mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Fixes some dyed items retaining their original appearance and adds plasmamen helmet dyeing (#27256)
* Fixes dying not changing the color or description of the dyed item, making it appear unchanged when worn. * adds plasmaman helmet dyeing
This commit is contained in:
@@ -28,6 +28,9 @@
|
||||
icon_state = initial(target_obj.icon_state)
|
||||
item_state = initial(target_obj.item_state)
|
||||
sprite_sheets = target_obj.sprite_sheets
|
||||
item_color = target_obj.item_color
|
||||
desc = target_obj.desc
|
||||
base_icon_state = target_obj.base_icon_state
|
||||
|
||||
// update inhand sprites
|
||||
lefthand_file = initial(target_obj.lefthand_file)
|
||||
|
||||
Reference in New Issue
Block a user