diff options
Diffstat (limited to 'world.lua')
-rw-r--r-- | world.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -216,6 +216,7 @@ function World:onNautKilled(naut) changeScene(Menu:new()) elseif #nauts < 2 then self.lastNaut = true + naut:playSound(5, true) end end |