[MIRROR] Fixes agender race augmenting bug (#3015)
* Makes augmented limb icon_states agender (#56527) * Fixes agender race augmenting bug Co-authored-by: ArcaneDefence <51932756+ArcaneDefence@users.noreply.github.com>
@@ -904,10 +904,7 @@
|
||||
|
||||
else
|
||||
limb.icon = icon
|
||||
if(should_draw_gender)
|
||||
limb.icon_state = "[body_zone]_[icon_gender]"
|
||||
else
|
||||
limb.icon_state = "[body_zone]"
|
||||
limb.icon_state = "[body_zone]" //Inorganic limbs are agender
|
||||
if(aux_zone)
|
||||
aux = image(limb.icon, "[aux_zone]", -aux_layer, image_dir)
|
||||
. += aux
|
||||
|
||||
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.7 KiB |