File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
BytesOfLove/game/scripts/orientation/w0_d2_choices Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ label w0_d2_StatueSexist:
44 p " \" Everyone just shut up!\" "
55 p " \" It’s not that important and you’re talking over the tour guide!\" "
66 p " \" [mc] was just having an opinion about the statue.\" "
7- hide python_angry_talk
8- show python_angry at left
7+
98
109 menu w0_d2_StatueSexistC :
1110 p " \" He didn’t say that anybody was hot or ugly, so let’s all just relax.\" "
12-
11+
1312 " Say something sexist" :
13+ hide python_angry_talk
14+ show python_angry at left
1415 $ p_rep = reputation(p_rep, - 4 )
1516 $ js_rep = reputation(js_rep, - 4 )
1617 $ c_rep = reputation(c_rep, - 4 )
@@ -32,6 +33,8 @@ label w0_d2_StatueSexist:
3233 show cpp_angry
3334
3435 " Say something normal" :
36+ hide python_angry_talk
37+ show python_angry at left
3538 mc " \" Thank you, Python.\" "
3639 mc " \" I wasn’t trying to step on any toes.\" "
3740
You can’t perform that action at this time.
0 commit comments