Skip to content

Commit c44fa80

Browse files
Added missing talking expression
1 parent aaf42d7 commit c44fa80

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_StatueSexist.rpy

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)