fixes the genitals not updating with choosing arousal state

This commit is contained in:
Enric Gabriel
2020-07-28 21:50:41 -03:00
parent 133eec3f1d
commit e376da38e2
+2 -1
View File
@@ -43,7 +43,8 @@
for(var/obj/item/organ/genital/G in internal_organs)
if(G.genital_flags & GENITAL_CAN_AROUSE && !G.aroused_state && prob(strength*G.sensitivity))
G.set_aroused_state(strength > 0)
G.update_body(TRUE)
G.update_appearance()
update_body(TRUE)
if(G.aroused_state)
genit_list += G
return genit_list