mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
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:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user