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