Bug fix
This commit is contained in:
parent
a31c8e921c
commit
498ede5d91
@ -55,7 +55,7 @@ label gift_menu(inter_pause=True):
|
|||||||
python:
|
python:
|
||||||
enable_game_menu()
|
enable_game_menu()
|
||||||
inventory_mode = 0
|
inventory_mode = 0
|
||||||
_return.give()
|
_return.give(states.active_girl)
|
||||||
elif _return.type == "quest":
|
elif _return.type == "quest":
|
||||||
if not states.active_girl in _return.usable_on:
|
if not states.active_girl in _return.usable_on:
|
||||||
show screen blktone
|
show screen blktone
|
||||||
|
Loading…
Reference in New Issue
Block a user