diff --git a/game/scripts/interface/gifts.rpy b/game/scripts/interface/gifts.rpy index c093b3bf..c65c9627 100644 --- a/game/scripts/interface/gifts.rpy +++ b/game/scripts/interface/gifts.rpy @@ -9,6 +9,7 @@ label give_gift(text, gift): hide screen gift with d3 $ gift.owned -= 1 + return screen gift(gift): zorder 30