Merge pull request #10243 from Putnam3145/lewdchem-better-options

Lewd chem sanity pass/"ERP preferences"
This commit is contained in:
kevinz000
2019-12-30 00:09:18 -08:00
committed by GitHub
13 changed files with 169 additions and 167 deletions
@@ -15,7 +15,6 @@
var/arousable = TRUE
var/widescreenpref = TRUE
var/autostand = TRUE
var/lewdchem = FALSE
//vore prefs
var/toggleeatingnoise = TRUE
@@ -54,6 +53,5 @@ datum/preferences/copy_to(mob/living/carbon/human/character, icon_updates = 1)
character.give_genitals(TRUE)
character.flavor_text = features["flavor_text"] //Let's update their flavor_text at least initially
character.canbearoused = arousable
character.client?.prefs.lewdchem = lewdchem
if(icon_updates)
character.update_genitals()