1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-11-29 22:47:52 +02:00

RPG: fix fish xp spam

This commit is contained in:
Gerkiz
2024-12-22 19:15:33 +01:00
parent 914661dd6e
commit 07171634b8

View File

@@ -641,7 +641,8 @@ end
local building_and_mining_blacklist = {
['tile-ghost'] = true,
['entity-ghost'] = true,
['item-entity'] = true
['item-entity'] = true,
['fish'] = true,
}
local function on_player_died(event)