makes it compile. should work. hopefully
This commit is contained in:
@@ -200,7 +200,7 @@
|
||||
|
||||
|
||||
/mob/proc/put_in_hand_check(obj/item/I)
|
||||
if(incapacitated() && !(I.flags_1&ABSTRACT_1)) //Cit change - Changes lying to incapacitated so that it's plausible to pick things up while on the ground
|
||||
if(incapacitated() && !(I.item_flags&ABSTRACT)) //Cit change - Changes lying to incapacitated so that it's plausible to pick things up while on the ground
|
||||
return FALSE
|
||||
if(!istype(I))
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user