POLARIS: Use drop_location() for things

This commit is contained in:
Arokha Sieyes
2018-03-08 13:03:09 -05:00
committed by Leshana
parent 24ccae5a24
commit 6158cd1d26
6 changed files with 26 additions and 2 deletions

View File

@@ -725,4 +725,7 @@
..()
if(open && contents.len)
var/display_item = contents[1]
to_chat(user, "<span class='notice'>\The [src] contains \the [display_item]!</span>")
to_chat(user, "<span class='notice'>\The [src] contains \the [display_item]!</span>")
/obj/item/weapon/storage/AllowDrop()
return TRUE

View File

@@ -415,3 +415,6 @@
/obj/structure/closet/onDropInto(var/atom/movable/AM)
return
/obj/structure/closet/AllowDrop()
return TRUE