Skip to content

Commit 30a9ecf

Browse files
committed
vs settings removed, added merge file
delete vs code settings, added merge file
1 parent aa6f250 commit 30a9ecf

File tree

2 files changed

+60
-8
lines changed

2 files changed

+60
-8
lines changed
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +0,0 @@
1-
{
2-
"files.exclude": {
3-
"**/*.rpyc": true,
4-
"**/*.rpa": true,
5-
"**/*.rpymc": true,
6-
"**/cache/": true
7-
}
8-
}

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

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,44 @@ label w0_d2_StatueJS:
22
$ p_rep = reputation(p_rep, 2)
33
$ js_rep = reputation(js_rep, 2)
44
$ c_rep = reputation(c_rep, -2)
5+
hide python_pocket_happy
6+
show python_pocket at left
57
mc "\"I agree with JavaScript and Python, you need to take a chill pill C++.\""
68
mc "\"He does look cool, I didn’t realize that was ‘Firewall’ Jackson either.\""
9+
hide js_normal
10+
show js_normal at right
11+
hide cpp_talk
12+
show cpp_angry_talk
713
c "\"Ugh whatever.\""
814
c "\"You guys need to be more knowledgeable, though, it’s embarrassing.\""
15+
hide cpp_angry_talk
16+
show cpp_angry
17+
hide js_normal
18+
show js_talk at right
919
js "\"That is ridiculous, why do you even know that?\""
20+
hide js_talk
21+
show js_normal at right
22+
hide cpp_angry
23+
show cpp_angry_talk
1024
c "\"Who doesn’t know that?\""
1125
c "\"Have you ever taken a history class?\""
26+
hide cpp_angry_talk
27+
show cpp_angry
28+
hide js_normal
29+
show js_talk at right
1230
js "\"Yes I have!\""
1331
js "\"You are being so mean right now, C++, there’s no need to be nasty!\""
1432
js "\"I bet you’re just mad because [mc] doesn’t agree with you.\""
33+
hide js_talk
34+
show js_normal at right
35+
hide cpp_angry
36+
show cpp_handhip_talk
1537
c "\"Well [mc] is only agreeing with you because he thinks you’re cute.\""
38+
hide cpp_handhip_talk
39+
show cpp_handhip_normal
1640
mc "{i}Flustered{/i} \"Whoa whoa whoa, I never said that.\""
41+
hide js_normal
42+
show js_smirk at right
1743

1844
menu w0_d2_CuteJS:
1945
js "\"Hm, so do you think I’m cute?\""
@@ -23,29 +49,63 @@ label w0_d2_StatueJS:
2349
mc "{i}Flustered{/i}"
2450
mc "\"Well... that’s not exactly what I was saying...\""
2551
mc "\"But, I do think you’re kind of cute.\""
52+
hide js_smirk
53+
show js_blush at right
2654
js "{i}Blushes{/i} \"Well that makes sense…\""
55+
hide cpp_handhip_normal
56+
show cpp_handhip_talk
2757
c "\"Ugh I knew it!\""
2858
c "\"So typical of boys to only care about looks.\""
2959
c "\"JavaScript, don’t think you’re right just because this guy agrees with you!\""
60+
hide cpp_handhip_talk
61+
show cpp_handhip_normal
62+
hide js_blush
63+
show js_talk at right
3064
js "\"And what would you know about being right?\""
3165
js "\"You’re just mad because he didn’t take your side!\""
66+
hide js_talk
67+
show js_smirk at right
68+
hide cpp_handhip_normal
69+
show cpp_handhip_talk
3270
c "\"I wouldn’t want someone so superficial to agree with me anyway!\""
71+
hide cpp_handhip_talk
72+
show cpp_handhip_normal
3373
mc "\"Woah, I’m not superficial, I just think--\""
3474

3575
"Call out JavaScript":
3676
$ js_rep = reputation(js_rep, -2)
3777
mc "\"Alright, don’t go fishing for a compliment just because I agreed with you...\""
3878
mc "\"I agree that Python shouldn’t go around calling statues cool without knowing what they represent.\""
3979
mc "\"That's it.\""
80+
hide js_smirk
81+
show js_talk at right
4082
js "\"So you think I'm ugly!?\""
83+
hide js_talk
84+
show js_angry at right
4185
mc "\"I-\""
86+
hide cpp_handhip_normal
87+
show cpp_talk
4288
c "\"Why are you begging for his attention, JavaScript?\""
4389
c "\"This isn’t about you, it’s about the statue.\""
4490
c "\"Or did you forget what you were so mad about already?\""
91+
hide cpp_talk
92+
show cpp_handhip_normal
93+
hide js_angry
94+
show js_talk at right
4595
js "\"Listen, know it all, no one asked you for your input in the first place.\""
4696
js "\"You’re just mad because he didn’t take your side.\""
97+
hide js_talk
98+
show js_angry at right
99+
hide cpp_handhip_normal
100+
show cpp_handhip_talk
47101
c "\"At least he doesn’t think I’m ugly...\""
102+
hide cpp_handhip_talk
103+
show cpp_handhip_normal
104+
hide js_angry
105+
show js_talk at right
48106
js "\"Excuse me!?\""
107+
hide js_talk
108+
show js_normal at right
49109
mc "\"I never said-\""
50110

51111
jump w0_d2_StatueSexist

0 commit comments

Comments
 (0)