Browse Source

Another ' disaster,
and remove unnecessary "# " for checking import

illume 7 years ago
parent
commit
bb474a76ed

+ 1 - 1
locations/_single_stock_item

@@ -1,6 +1,6 @@
 # $single_stock_item
 !! generic function to be used to stock single purchase items in stores
-!! see # shop, specifically the household appliances section for an example of use
+!! see [shop], specifically the household appliances section for an example of use
 
 !! ARGS 0 is the value identifying when the item is owned
 !! it is assumed that anything >= the value is acceptable, this allows for upgrades like regular tv to plasma

+ 1 - 1
locations/_stock_item

@@ -1,6 +1,6 @@
 # $stock_item
 !! generic function to be used to stock items in stores
-!! see # pharmacy for an example of use
+!! see [pharmacy] for an example of use
 
 !! ARGS 0 is the value identifying when the item is owned
 !! it is assumed that anything >= the value is acceptable, this allows for upgrades like regular tv to plasma

+ 1 - 1
locations/gadriver

@@ -608,7 +608,7 @@ if $ARGS[0] = 'Mira':
 					'You and Mira are chatting about trivial things.'
                 elseif miraperversion = 7 and sunWeather = 1:
 					'You decide to strike up some conversation with Mira, "So what is there to do here in the village?"'
-					'"Its a lot quicker than town, we do have a shop, this lovely beach and there are some beautiful walks. Other than that there''s only the gopnik guys but they are just after one thing and I don't want that, plus dad would kill me."''
+					'"Its a lot quicker than town, we do have a shop, this lovely beach and there are some beautiful walks. Other than that there''s only the gopnik guys but they are just after one thing and I don''t want that, plus dad would kill me."'
                 elseif miraperversion >= 8 and sunWeather = 1:
 					'Mira breaks the silence, "What brings you here to the village?"'
 					'"My granma-ma and Pop-pop live here, my folks like to come here over the summer. They think the country air will be good for me."'

+ 2 - 2
locations/mey_tamara_strings

@@ -1,9 +1,9 @@
 # mey_tamara_strings
 !{
-# <do> - npc dialogue
+<do> - npc dialogue
 <do>	<font color="maroon"><i>
 </do>	</i></font>
-# <dh> - hero dialogue
+<dh> - hero dialogue
 <dh>	<font color="navy"><i>
 </dh>	</i></font>
 }

+ 2 - 2
locations/mey_vika_strings

@@ -1,9 +1,9 @@
 # mey_vika_strings
 !{
-# <do> - npc dialogue
+<do> - npc dialogue
 <do>	<font color="maroon"><i>
 </do>	</i></font>
-# <dh> - hero dialogue
+<dh> - hero dialogue
 <dh>	<font color="navy"><i>
 </dh>	</i></font>
 }

+ 2 - 2
locations/porn_view_strings

@@ -1,9 +1,9 @@
 # porn_view_strings
 !{
-# <do> - npc dialogue
+<do> - npc dialogue
 <do>	<font color="maroon"><i>
 </do>	</i></font>
-# <dh> - hero dialogue
+<dh> - hero dialogue
 <dh>	<font color="navy"><i>
 </dh>	</i></font>
 }