[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>
This commit is contained in:
SkyratBot
2021-02-01 22:42:24 +00:00
committed by GitHub
co-authored by ArcaneDefence
parent ac09abe761
commit 1992ce1416
5 changed files with 1 additions and 4 deletions
+1 -4
View File
@@ -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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB