Remove dead
This commit is contained in:
parent
60ee59e2e4
commit
4849a425b4
|
@ -307,7 +307,6 @@ export function GameState(ctx: ContextI, selectedAnimal: string, selectedSegment
|
||||||
player.isPlayer = true
|
player.isPlayer = true
|
||||||
addEntity(player, 'objects', x, y)
|
addEntity(player, 'objects', x, y)
|
||||||
player.turn()
|
player.turn()
|
||||||
player.dead = true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add fake others
|
// Add fake others
|
||||||
|
|
Loading…
Reference in New Issue
Block a user