Lotsa stuff. Map update.

This commit is contained in:
SkyMarshal
2011-12-26 17:59:09 -07:00
parent b622850145
commit 607db09620
6 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -53,8 +53,8 @@
if (src.contents.len > 0)
var/obj/item/I = src.contents[1]
user << "You take the [I] out of the [src]."
I.loc = user.loc
src.underlays -= I
I.loc = get_turf(user.loc)
w_class = 1
src.icon_state = "evidenceobj"
desc = "An empty evidence bag."