fix+changelog (#17125)

This commit is contained in:
Fluffy
2023-08-21 12:50:09 +00:00
committed by GitHub
parent 6573f2413e
commit 0f76fc7081
3 changed files with 43 additions and 2 deletions
+1 -1
View File
@@ -1190,7 +1190,7 @@
else if(item_icons && (slot_head_str in item_icons))
our_image = image(item_icons[slot_head_str], icon_state)
else
our_image = image(INV_W_UNIFORM_DEF_ICON, icon_state)
our_image = image((icon ? icon : INV_W_UNIFORM_DEF_ICON), icon_state)
our_image.color = color
return our_image
+1 -1
View File
@@ -36,4 +36,4 @@
desc = "A sleek, form-fitting undersuit designed to retain the wearer's mobility. It almost feels like you're wearing nothing at all."
icon_state = "ninja"
item_state = "ninja"
worn_state = "ninja"
worn_state = "ninja"