TG: !!! The insane crashing has FINALLY been fixed !!!

Metroids can no longer pick up donut boxes by drag/drop methods.

Fixed a disposal runtime error.
Revision: r3203
Author: 	 vageyenaman
This commit is contained in:
Ren Erthilo
2012-04-24 21:34:00 +01:00
parent 0a7dff40a5
commit f8f1ec8391
+1 -1
View File
@@ -36,7 +36,7 @@ MONKEY CUBE BOX
/obj/item/kitchen/donut_box/MouseDrop(mob/user as mob)
if ((user == usr && (!( usr.restrained() ) && (!( usr.stat ) && (usr.contents.Find(src) || in_range(src, usr))))))
if(ishuman(user))
if(!istype(user, /mob/living/carbon/metroid))
if (usr.hand)
if (!( usr.l_hand ))
spawn( 0 )