Fixes dead PKborgs having active dampener fields

This commit is contained in:
CitadelStationBot
2017-06-13 02:24:06 -05:00
parent 32c576b7cf
commit 9c31812e5b
3 changed files with 8 additions and 0 deletions
+2
View File
@@ -630,3 +630,5 @@ GLOBAL_VAR_INIT(rpg_loot_items, FALSE)
/obj/item/proc/microwave_act(obj/machinery/microwave/M)
if(M && M.dirty < 100)
M.dirty++
/obj/item/proc/on_mob_death(mob/living/L, gibbed)