Przeglądaj źródła

mood -> pcs_mood

rachels 3 lat temu
rodzic
commit
9acfd55eba

+ 1 - 1
locations/bedrPar.qsrc

@@ -288,7 +288,7 @@ if hour > 8 and hour < 22:
 
 	if ml_guitar['hasguitar'] = 1:
 		act 'Play something on the guitar (10 minutes)':
-			mood += 10
+			pcs_mood += 10
 			minut += 10
 			gs 'stat'
 			'You pick up your guitar and start to play some songs you know, just for your own entertainment.'

+ 1 - 1
locations/dachain.qsrc

@@ -60,7 +60,7 @@ if $args[0] = '':
 
 	if ml_guitar['hasguitar'] = 1:
 		act 'Play something on the guitar (10 minutes)':
-			mood += 10
+			pcs_mood += 10
 			minut += 10
 			gs 'stat'
 			'You pick up your guitar and start to play some songs you know, just for your own entertainment.'

+ 1 - 1
locations/gschool_events.qsrc

@@ -2392,7 +2392,7 @@ end
 if $ARGS[0] = 'christinaphotos':
 	cla & *clr
 	menu_off = 1
-	mood -= 20
+	pcs_mood -= 20
 	grupvalue[1] -= 15
 	grupvalue[2] -= 10
 	grupvalue[3] -= 20

+ 1 - 1
locations/music_actions.qsrc

@@ -28,7 +28,7 @@ if ARGS[0] = 'start':
 
 	if ml_guitar['carried'] = 1:
 		act 'Play something on the guitar (10 minutes)':
-			mood += 10
+			pcs_mood += 10
 			minut += 10
 			gs 'stat'
 			'You pick up your guitar and start to play some songs you know, just for your own entertainment.'

+ 1 - 1
locations/sitr.qsrc

@@ -123,7 +123,7 @@ if hour > 8 and hour < 22:
 
 	if ml_guitar['hasguitar'] = 1:
 		act 'Play something on the guitar (10 minutes)':
-			mood += 10
+			pcs_mood += 10
 			minut += 10
 			gs 'stat'
 			'You pick up your guitar and start to play some songs you know, just for your own entertainment.'