From 584455da6584351d72163fcb209e70f81d920835 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Thu, 28 May 2015 13:02:22 -0400 Subject: [PATCH] Fixes monkeys still dropping their organs --- code/game/dna/genes/monkey.dm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/code/game/dna/genes/monkey.dm b/code/game/dna/genes/monkey.dm index 0c3f5702e7d..15f01b36f55 100644 --- a/code/game/dna/genes/monkey.dm +++ b/code/game/dna/genes/monkey.dm @@ -24,8 +24,6 @@ H.stunned = 1 H.icon = null H.invisibility = 101 - for(var/t in H.organs) - del(t) var/atom/movable/overlay/animation = new /atom/movable/overlay( H.loc ) animation.icon_state = "blank" animation.icon = 'icons/mob/mob.dmi' @@ -42,8 +40,6 @@ H.gib() return - for(var/obj/item/W in H) - H.unEquip(W) H.set_species(H.species.primitive_form) if(H.hud_used) @@ -69,8 +65,6 @@ H.stunned = 1 H.icon = null H.invisibility = 101 - for(var/t in H.organs) - del(t) var/atom/movable/overlay/animation = new /atom/movable/overlay( H.loc ) animation.icon_state = "blank" animation.icon = 'icons/mob/mob.dmi' @@ -90,9 +84,6 @@ if(H.hud_used) H.hud_used.human_hud() - - for(var/obj/item/W in H) - H.unEquip(W) H.set_species(H.species.greater_form) H << "You are now [H.species.name]. "