From 271100c2fd03cc0c4a7454950f9ddd01df0d3429 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Thu, 2 Jan 2014 02:07:20 -0500 Subject: [PATCH] Stupid bush killing my goose --- code/WorkInProgress/Cael_Aislinn/Jungle/jungle_plants.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/WorkInProgress/Cael_Aislinn/Jungle/jungle_plants.dm b/code/WorkInProgress/Cael_Aislinn/Jungle/jungle_plants.dm index 5a0f955df30..bd433c809ce 100644 --- a/code/WorkInProgress/Cael_Aislinn/Jungle/jungle_plants.dm +++ b/code/WorkInProgress/Cael_Aislinn/Jungle/jungle_plants.dm @@ -17,6 +17,7 @@ if(prob(20)) opacity = 1 +/* /obj/structure/bush/Bumped(M as mob) if (istype(M, /mob/living/simple_animal)) var/mob/living/simple_animal/A = M @@ -24,6 +25,7 @@ else if (istype(M, /mob/living/carbon/monkey)) var/mob/living/carbon/monkey/A = M A.loc = get_turf(src) +*/ /obj/structure/bush/attackby(var/obj/I as obj, var/mob/user as mob) //hatchets can clear away undergrowth