Skip to content

Commit 04cd6e9

Browse files
fix(story): fix channel 'character' is not defined
1 parent b2815ae commit 04cd6e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

game/story/minigames/personality_test.rpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ label personality_test7:
193193

194194
label personality_test7_jumpscare:
195195

196-
stop character fadeout 0.2
196+
stop dialogue fadeout 0.2
197197
stop music
198198

199199
scene bg studio4

game/story/sessions/session1.rpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ label session1_test:
254254
ryohei "Eden."
255255
ryohei smirk "{cps=100}Refusing only reveals what you’re afraid of.{w=0.2} It shows me exactly what you’re afraid of."
256256

257-
stop character fadeout 0.2
257+
stop dialogue fadeout 0.2
258258
hide ryohei
259259
hide eden
260260

0 commit comments

Comments
 (0)