Bug fix and cleanup

This commit is contained in:
LoafyLemon 2024-08-07 18:43:16 +01:00
parent d2e7d294d5
commit 9383e5d719
2 changed files with 86 additions and 306 deletions

View File

@ -3,6 +3,8 @@ label gift_menu:
$ inventory_mode = 1
call screen inventory
if not _return == True:
if _return.type == "gift":
if get_character_gifted(states.active_girl):
show screen blktone
@ -11,9 +13,7 @@ label gift_menu:
hide screen blktone
with d3
else:
hide screen inventory
$ renpy.call(get_character_gift_label(states.active_girl), _return)
# call screen inventory(xx, yy)
elif _return.type == "potion":
if not states.active_girl in _return.usable_on:
show screen blktone

File diff suppressed because it is too large Load Diff