This commit is contained in:
Seris02
2019-12-30 22:48:39 +08:00
94 changed files with 1161 additions and 333 deletions
@@ -16,7 +16,6 @@
var/widescreenpref = TRUE
var/autostand = TRUE
var/auto_ooc = FALSE
var/lewdchem = FALSE
//vore prefs
var/toggleeatingnoise = TRUE
@@ -55,6 +54,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()