Add safe return

otherwise the implicit return is at the end of the file, which means if we add another label down the file, it will be executed after give_gift

(cherry picked from commit 38787bdc4c)
This commit is contained in:
Gouvernathor 2023-11-17 02:49:44 +01:00 committed by LoafyLemon
parent f78c269fc8
commit 3579e2a38b
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ label give_gift(text, gift):
hide screen gift
with d3
$ gift.owned -= 1
return
screen gift(gift):
zorder 30