1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-09-16 09:06:21 +02:00
This commit is contained in:
blubFisch
2022-10-10 12:12:11 +01:00
parent 763bb2095e
commit 5c3a7bb1be

View File

@@ -1014,14 +1014,6 @@ local function on_player_dropped_item(event)
end end
end end
---- when a player dies, reveal their base to everyone
--local function on_player_died(event)
-- local player = game.players[event.player_index]
-- if not player.character then return end
-- if not player.character.valid then return end
-- reveal_entity_to_all(player.character)
--end
local function on_entity_damaged(event) local function on_entity_damaged(event)
local entity = event.entity local entity = event.entity
if not entity or not entity.valid then if not entity or not entity.valid then