Sfoglia il codice sorgente

Added ability to masturbate in circle to releave horniness. Made image filenames all lower case.

Mike Greene 5 anni fa
parent
commit
4488db8c1a
3 ha cambiato i file con 12 aggiunte e 5 eliminazioni
  1. 1 2
      locations/castSpell.qsrc
  2. 0 1
      locations/treeCircActs.qsrc
  3. 11 2
      locations/treeCircle.qsrc

+ 1 - 2
locations/castSpell.qsrc

@@ -1,6 +1,5 @@
 # castSpell
-
-! Used to cast a spell
+! Used to cast a spell.  Use as a function.  Returns 1 OR 0 for Success or Failure.
 !
 ! ARGS[0] is the spell being cast
 !	Valid Spells are

+ 0 - 1
locations/treeCircActs.qsrc

@@ -1,5 +1,4 @@
 #treeCircActs
-
 ! Handles making Action Entries for Different Tree Circle Entry Points
 !	Call as a GoSub with ARGS:
 !	ARGS[0] = Location Identifier	['CentralPark']

+ 11 - 2
locations/treeCircle.qsrc

@@ -1,5 +1,4 @@
 #treeCircle
-
 ! The Magical Teleport Tree Circle
 !
 ! ARGS[0] is your entrance point as those listed below.  If the user doesn''t have the magical ability,
@@ -35,7 +34,7 @@ $EntryPoint = $ARGS[0]
 *clr & cla
 
 '<center><h2>Mysterious Circle of Trees</h2></center>'
-'<center><img <<$set_imgh>> src="images/locations/shared/park/treeCircle.jpg"></center>'
+'<center><img <<$set_imgh>> src="images/locations/shared/park/tree_circle.jpg"></center>'
 
 'The small clearing in the center of the tree circle is two body lengths wide.  The ground is covered with a soft, sponging moss.  Everything is surprisingly visible considering you cna barely see the sky through the overhead cover of leaves and branches.  As you look to the outside of the circle, everything seems to be vague and indistinct.  This makes it hard to comprehend what lies outside the ring.'
 ''
@@ -66,4 +65,14 @@ gs 'treeCircActs', 'GadForest'
 gs 'treeCircActs', 'PushkinPark'
 gs 'treeCircActs', 'Village'
 
+act 'Masturbate to clear your head.':
+	''
+	'<center><video autoplay loop src="images/locations/shared/park/tree_masturb.mp4"></center>'
+	''
+	'That''s better!'
+	gs 'arousal', 'masturbate', -100
+	minut += 15
+	gs 'stat'
+end
+
 --- treeCircle ---------------------------------