- Jun 8, 2018
- 1,154
- 1,068
Are the checks for goth hair and piercings backwards? They both require greater than 80 shame, the goth option being that way I accepted as a quirk but piercings?
EDIT: Looks like the checks are fine, the message/tooltip is just wrong.
Should say (<=70 Shame)? As it fails if it's above 70.
Same story here.
EDIT: Looks like the checks are fine, the message/tooltip is just wrong.
Code:
"Goth GF Style (>70 Shame)" if hair == 2 or hair == 0:
if shame > 70:
"Black hair? Aren't I a little old for a goth phase?"
jump shoppingmenu
Code:
"Nipple Piercings ($75) (40 Sexual Desire, >80 Shame)" if piercings == 0:
...
elif sd < 40 or shame > 80:
"Nipple piercings? Why would I ever get those?"
jump shoppingmenu
Last edited: