Merge pull request #9601 from variableundefined/DropLocation

Adds in drop_location & AllowDrop()
This commit is contained in:
Crazy Lemon
2018-09-26 17:00:11 -07:00
committed by GitHub
13 changed files with 40 additions and 21 deletions
@@ -557,3 +557,6 @@
else
log_runtime(EXCEPTION("Non-list thing found in storage/deserialize."), src, list("Thing: [thing]"))
..()
/obj/item/storage/AllowDrop()
return TRUE
@@ -423,4 +423,7 @@
/obj/structure/closet/get_remote_view_fullscreens(mob/user)
if(user.stat == DEAD || !(user.sight & (SEEOBJS|SEEMOBS)))
user.overlay_fullscreen("remote_view", /obj/screen/fullscreen/impaired, 1)
user.overlay_fullscreen("remote_view", /obj/screen/fullscreen/impaired, 1)
/obj/structure/closet/AllowDrop()
return TRUE