Sfoglia il codice sorgente

[fixed] missing stat changes in dimahome and rolanapt

julzor 4 anni fa
parent
commit
d06fe846e8
2 ha cambiato i file con 18 aggiunte e 3 eliminazioni
  1. 14 1
      locations/dimaHome.qsrc
  2. 4 2
      locations/rolanapt.qsrc

+ 14 - 1
locations/dimaHome.qsrc

@@ -414,7 +414,20 @@ if $ARGS[0] = 'kitchen1':
 		'Olya smiles back, "Don''t worry <<$pcs_nickname>> it''s my pleasure to serve. My boys already expect me to act that way so I''m more than happy to serve you too, especially since my sweet Dimka has been mentioning you."'
 		act 'He has?':
 			*clr & cla
-			minut += 1
+			frost = 0
+			alko -= 1
+			minut += 10
+			pcs_health += 10
+			pcs_mood += 20
+			pcs_energy += 20
+			if pcs_hydra >= 100:
+				pcs_hydra += 25
+			else
+				pcs_hydra += 50
+			end
+			cumspclnt = 2
+			gs 'cum_cleanup'
+			pcs_breath = 0
 			gs 'stat'
 			'<center><b><font color = maroon>Kitchen</font></b></center>'
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/olya.jpg"></center>'

+ 4 - 2
locations/rolanapt.qsrc

@@ -19,8 +19,7 @@ if $ARGS[0] = 'home':
 	minut += 1
 	bonusZ = 0
 	gs 'stat'
-	cla
-	*clr
+	*clr & cla
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/aptdoor.jpg"></center>'
 	'You walk up to the front door and knock.'
 	if hour >= 23:
@@ -338,6 +337,7 @@ if $ARGS[0] = 'holodil':
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			pcs_breath = 0
+			pcs_hydra = 100
 			guavacoco_day = daystart
 			guavacoco_count -= 1
 			gs 'stat'
@@ -354,6 +354,7 @@ if $ARGS[0] = 'holodil':
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			pcs_breath = 0
+			pcs_hydra = 100
 			kvass_day = daystart
 			kvass_count -= 1
 			gs 'stat'
@@ -375,6 +376,7 @@ if $ARGS[0] = 'holodil':
 					cumspclnt = 2
 					gs 'cum_cleanup'
 					pcs_breath = 0
+					pcs_hydra = 100
 					kvass_day = daystart
 					kvass_count -= 1
 					gs 'stat'