mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[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:
co-authored by
ArcaneDefence
parent
ac09abe761
commit
1992ce1416
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user