Browse Source

[fixed] unnecessary willpower cost being shown + added fame to event

Sicaa 4 years ago
parent
commit
cc72613f6b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      locations/pussykats.qsrc

+ 2 - 1
locations/pussykats.qsrc

@@ -236,11 +236,12 @@ if $ARGS[0] = '2':
         act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
     end
 
-	act 'Agree (<<will_cost>> Willpower)':
+	act 'Agree':
 		guy += 1
 		money += 2000
 		slutty += 1
 		picrand = 35
+		gs 'fame', 'city', 'prostitute', 3
 		gt 'sex', 'minet'
 	end
 end