everything but mob stuff

This commit is contained in:
Poojawa
2018-04-23 01:06:17 -05:00
parent cc6b320f83
commit 5518efebea
111 changed files with 978 additions and 3448 deletions
+2 -3
View File
@@ -40,9 +40,8 @@
return
if(!isturf(I.loc)) //If it isn't on the floor. Do some checks to see if it's in our hands or a box. Otherwise give up.
if(istype(I.loc, /obj/item/storage)) //in a container.
var/obj/item/storage/U = I.loc
U.remove_from_storage(I, src)
if(I.loc.SendSignal(COMSIG_CONTAINS_STORAGE)) //in a container.
I.loc.SendSignal(COMSIG_TRY_STORAGE_TAKE, I, src)
if(!user.dropItemToGround(I))
return