5 Commits 3f15070f29 ... 15ac436c2a

Author SHA1 Message Date
  Vargh 15ac436c2a Merge branch 'master' of https://git.catrenelle.com/Vargh/gl_bestmod 5 years ago
  Vargh 6376c8b2e6 Revert "Updated with latest changes from oldentree" 5 years ago
  Vargh 0589b3f4fd Merge remote-tracking branch 'oldentree/master' 5 years ago
  oldentree 009e3d0abb Added some new vars to track things, changed conditions for getting playtime with pet, renamed another var to have mod prefix 'bm_' 5 years ago
  oldentree 157dc0b119 Since lake dog is not in main game anymore adding him to the mod 5 years ago
2 changed files with 21 additions and 0 deletions
  1. 1 0
      bestmod.qproj
  2. 20 0
      locations/mod_bestmod_lake_dog.qsrc

+ 1 - 0
bestmod.qproj

@@ -13,6 +13,7 @@
             <Location name="mod_bestmod_margo"/>
             <Location name="mod_bestmod_petshop"/>
             <Location name="mod_bestmod_park_dog"/>
+            <Location name="mod_bestmod_lake_dog"/>
         </Folder>
         <Folder name="setup">
             <Location name="mod_bestmod_options"/>

+ 20 - 0
locations/mod_bestmod_lake_dog.qsrc

@@ -0,0 +1,20 @@
+# mod_bestmod_lake_dog
+
+if $ARGS[0] = 'start':
+	*clr & cla
+	pcs_willpwr -= 5
+	pcs_mood -= 5
+	inhib_exp += rand(1,3)
+	'<center><img <<$set_imgh>> src="images/beast/dogcaine.jpg"></center>'
+	'As you lie down on your towel to catch some rays of sun and hopefully work on your tan a little, a stray dog appears out of nowhere. It keeps sniffing between your legs, which makes you feel very uncomfortable since you''re not wearing anything.'
+	if bm_beast['exp'] = 0: 'You spend most of the hour trying to chase the dog away, but it comes back every time you think you got rid of it. You don''t get much sunbathing done as a result.'
+	act 'Give up on sunbathing': gt'glake'
+	!!if bm_beast['exp'] > 5: act 'Spread your legs a little...': gt 'mod_bestmod_lake_dog', 'ld1' 
+end
+
+!!if $ARGS[0] = 'ld1':
+!!end
+
+!!Generate lake dog here
+
+--- mod_bestmod_lake_dog ---------------------------------