mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Fixed changeling shields dropping when ling is prone.
Fixed pathing Better fix Nevermind, back to what it was
This commit is contained in:
@@ -56,8 +56,8 @@
|
||||
return 0
|
||||
|
||||
/mob/proc/put_in_hand_check(obj/item/W)
|
||||
if(lying && !(W.flags&ABSTRACT)) return 0
|
||||
if(!istype(W)) return 0
|
||||
if(lying && !(W.flags&ABSTRACT)) return 0
|
||||
if(!istype(W)) return 0
|
||||
return 1
|
||||
|
||||
//Puts the item into our active hand if possible. returns 1 on success.
|
||||
|
||||
Reference in New Issue
Block a user