mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user