mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
fix+changelog (#17125)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user