* The previous method wouldn't work due to an out of context jump at the end...
This commit is contained in:
LoafyLemon 2023-07-02 01:33:24 +01:00
parent a5187e378c
commit f10111bfa3
1 changed files with 6 additions and 2 deletions

View File

@ -50,8 +50,12 @@ label summon_snape:
sna "Whatever it is, it can wait, let's sit down first, shall we." ("snape_01")
call setup_fireplace_hangout(char="snape")
call ss_he_wine_repeat
call bld
gen "Want to do the honours?" ("base", xpos="far_left", ypos="head")
sna "With pleasure!" ("snape_02", ypos="head")
pause.1
call give_gift("You hand over the bottle you found in the cupboard to professor Snape...", wine_ITEM)
$ states.gen.stats.hangouts_with_snape += 1
$ wine_ITEM.owned -= 1