|
@@ -421,6 +421,8 @@ end
|
|
|
|
|
|
if $ARGS[0] = 'join_drinking':
|
|
|
*clr & cla
|
|
|
+ minut += 5
|
|
|
+ gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/fireside_drink.jpg"></center>'
|
|
|
'You approach the hunters and ask if you can join them drinking.'
|
|
|
!Friendly enough to score free booze
|
|
@@ -529,7 +531,9 @@ if $ARGS[0] = 'booze_dare':
|
|
|
if $ARGS[1] = '' or $ARGS[1] = 'pick':
|
|
|
act 'Walk away': gt 'swamphouse', 'start'
|
|
|
if $ARGS[2] = 'innocent':
|
|
|
+ minut += 5
|
|
|
gs 'willpower', 'voyeur', 'exhib'
|
|
|
+ gs 'stat'
|
|
|
if $clothingworntype ! 'nude':
|
|
|
'"How about you show us your panties" says Andrei. "Wondering what color your underwear is, just scientific curiosity that''s all"'
|
|
|
if $pantyworntype ! 'none':
|
|
@@ -558,7 +562,9 @@ if $ARGS[0] = 'booze_dare':
|
|
|
end
|
|
|
|
|
|
if $ARGS[2] = 'strip':
|
|
|
+ minut += 5
|
|
|
gs 'willpower', 'voyeur', 'exhib'
|
|
|
+ gs 'stat'
|
|
|
if $clothingworntype ! 'nude':
|
|
|
'"I can barely understand you over all those clothes" says Andrei. Noticing your confused stare, Sergei says "He means we want you to take your clothes off"'
|
|
|
if will_cost <= pcs_willpwr:
|
|
@@ -583,7 +589,9 @@ if $ARGS[0] = 'booze_dare':
|
|
|
end
|
|
|
|
|
|
if $ARGS[2] = 'softcore':
|
|
|
+ minut += 5
|
|
|
gs 'willpower', 'voyeur', 'humiliation'
|
|
|
+ gs 'stat'
|
|
|
if $clothingworntype ! 'nude' or $pantyworntype ! 'none':
|
|
|
gt 'hunter_interactions', 'booze_dare', 'pick', 'strip'
|
|
|
else
|
|
@@ -607,6 +615,8 @@ if $ARGS[0] = 'booze_dare':
|
|
|
end
|
|
|
|
|
|
if $ARGS[2] = 'hardcore':
|
|
|
+ minut += 5
|
|
|
+ gs 'stat'
|
|
|
if $clothingworntype ! 'nude':
|
|
|
gs 'willpower', 'bj', 'exhib'
|
|
|
'"I want you to suck my dick if you want some booze" says Sergei. "You get two free drinks eh?" quips Andrei behind him'
|