Fixes chameleon jumpsuits not updating properly when EMPd

Fixes chameleon jumpsuits not updating the user's appearance when EMPed
and not properly reverting back to the default form when the EMP effect
wears off.
This commit is contained in:
Isaac Erwin
2016-07-14 09:03:16 -04:00
parent fafc45d237
commit 5455882433
+6 -4
View File
@@ -39,11 +39,13 @@
desc = "Groovy!"
icon_state = "psyche"
item_color = "psyche"
usr.regenerate_icons()
spawn(200)
name = "Black Jumpsuit"
icon_state = "bl_suit"
item_color = "black"
desc = null
name = initial(name)
icon_state = initial(icon_state)
item_color = initial(item_color)
desc = initial(desc)
usr.regenerate_icons()
..()