Added a missing icon, fixed a wardrobe/evidence bag interaction bug, fixed a nuke radio bug, added another update_clothing() call.

This commit is contained in:
SkyMarshal
2012-02-27 11:09:07 -07:00
parent 54a1a7e640
commit f64dcf2e31
4 changed files with 10 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
return
attackby(var/obj/item/I as obj, var/mob/user as mob)
if(istype(I, /obj/item/wardrobe))
if(istype(I, /obj/item/wardrobe) || istype(I, /obj/item/weapon/evidencebag))
return
if(contents.len < 20)
if(istype(I, /obj/item/weapon/grab))