소스 검색

[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