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
+2
View File
@@ -164,6 +164,7 @@ WELDINGTOOOL
attack_self(mob/user as mob)
toggle()
user.update_clothing()
return
@@ -223,6 +224,7 @@ WELDINGTOOOL
src.damtype = "brute"
src.icon_state = "welder"
src.welding = 0
return
eyecheck(mob/user as mob)