Made nearsightedness not consume a fuckton of memory.

Also it now adds glasses on preview pic.
This commit is contained in:
Spamcat
2013-05-03 23:58:56 +04:00
parent 203873bef9
commit f7f6c682cf
5 changed files with 18 additions and 11 deletions
+3 -5
View File
@@ -1008,11 +1008,9 @@ datum/preferences
gender = FEMALE
else
gender = MALE
if("disabilities")
if(disabilities == 0)
disabilities = 1
else
disabilities = 0
if("disabilities") //please note: current code only allows nearsightedness as a disability
disabilities = !disabilities//if you want to add actual disabilities, code that selects them should be here
if("hear_adminhelps")
toggles ^= SOUND_ADMINHELP