1
0
Преглед на файлове

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

Sicaa преди 4 години
родител
ревизия
cc72613f6b
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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