Browse Source

Added: Always horny cheat for Bandit in the mod options

Vargh 5 years ago
parent
commit
de80c6c99e
2 changed files with 11 additions and 1 deletions
  1. 2 0
      locations/mod_bestmod_bandit.qsrc
  2. 9 1
      locations/mod_bestmod_options.qsrc

+ 2 - 0
locations/mod_bestmod_bandit.qsrc

@@ -7,6 +7,8 @@ menu_off = 1
 !! Set a default large volume of sperm for Bandit
 sexvolume = rand(100, 200)
 
+if bm_cheatBandit = 1 and npc_horny['A800'] < 29: npc_horny['A800'] = 29
+
 if bm_bandit_setup = 0: bm_bandit_setup = 1 & gs 'mod_bestmod_bandit', 'bandit_setup'
 
 gs 'stat'

+ 9 - 1
locations/mod_bestmod_options.qsrc

@@ -11,9 +11,17 @@ usehtml = 1
 '<span style="color: red;">Warning: this doesn''t do anything yet!</span>'
 '<a href="exec: bm_enable_preg = (bm_enable_preg = 0) & gt ''mod_bestmod_options''">Toggle</a>'
 '</td></tr>'
+'<tr><td cellspacing="0" cellpadding="20" valign="top">'
+if bm_cheatBandit = 1:
+	'Bandit is always horny (Currently ON):'
+	'<td cellspacing="0" cellpadding="20" valign="top"><a href="exec:bm_cheatBandit = 0 & gt ''mod_bestmod_options''">Turn OFF</a>'
+else
+	'Bandit is always horny (Currently OFF):'
+	'<td cellspacing="0" cellpadding="20" valign="top"><a href="exec:bm_cheatBandit = 1 & gt ''mod_bestmod_options''">Turn ON</a>'
+end
+'</td></tr>'
 '</table></center>'
 !usehtml = 0
 act 'Return': gt 'mod_setting'
 
-
 --- mod_bestmod_options ---------------------------------