Use statements instead of equivalents
(cherry picked from commit 77e40301c9
)
This commit is contained in:
parent
ff49d9fa95
commit
fb69dfa676
@ -72,20 +72,20 @@ init python:
|
|||||||
|
|
||||||
return (text, icon)
|
return (text, icon)
|
||||||
|
|
||||||
label parcel(parcel, label):
|
label parcel(parcel, lbl):
|
||||||
show screen bld1
|
show screen bld1
|
||||||
show screen blktone
|
show screen blktone
|
||||||
|
|
||||||
$ renpy.checkpoint()
|
$ renpy.checkpoint()
|
||||||
|
|
||||||
$ renpy.call("give_reward", *parcel.get_caption())
|
call give_reward(*parcel.get_caption())
|
||||||
|
|
||||||
hide screen blktone
|
hide screen blktone
|
||||||
hide screen bld1
|
hide screen bld1
|
||||||
with d3
|
with d3
|
||||||
|
|
||||||
if label:
|
if lbl:
|
||||||
$ renpy.call(label)
|
call expression lbl
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user