From e92a30fc33ab2a964bbf4b3b08895024131bce67 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 31 Jul 2021 05:37:41 -0700 Subject: Fix porting error in death drops --- json/monsters/turrets.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/json/monsters/turrets.json b/json/monsters/turrets.json index adf65e9..5caf087 100644 --- a/json/monsters/turrets.json +++ b/json/monsters/turrets.json @@ -45,7 +45,7 @@ ], "special_when_hit": [ "RETURN_FIRE", 100 ], "death_drops": { }, - "death_function": { "corpse_type": "BROKEN" }, + "death_function": [ "BROKEN" ], "flags": [ "SEES", "NOHEAD", @@ -104,7 +104,7 @@ ], "special_when_hit": [ "RETURN_FIRE", 100 ], "death_drops": { }, - "death_function": { "corpse_type": "BROKEN" }, + "death_function": [ "BROKEN" ], "flags": [ "SEES", "NOHEAD", @@ -163,7 +163,7 @@ ], "special_when_hit": [ "RETURN_FIRE", 100 ], "death_drops": { }, - "death_function": { "corpse_type": "BROKEN" }, + "death_function": [ "BROKEN" ], "flags": [ "SEES", "NOHEAD", -- cgit v1.2.1