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:
Migratingcocofruit
2024-11-29 10:52:09 +00:00
committed by GitHub
parent 8ad28af470
commit 3be13c3997
4 changed files with 31 additions and 2 deletions
+3
View File
@@ -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)