Fixed DNC

Fixed Arousal enabled when in prefs disabled
This commit is contained in:
AlManiak
2024-10-24 19:33:18 +02:00
parent bba2ef4de6
commit 30f539cb69
4 changed files with 14 additions and 16 deletions
+6
View File
@@ -3704,6 +3704,12 @@ GLOBAL_LIST_EMPTY(preferences_datums)
if(character.custom_body_size)
character.resize(character.custom_body_size)
//GS13 Port - Add back arousal
if(NOAROUSAL in pref_species.species_traits)
character.canbearoused = FALSE
else
character.canbearoused = arousable
//speech stuff
if(custom_tongue != "default")
var/new_tongue = GLOB.roundstart_tongues[custom_tongue]