Browse Source

[added] set hair flow free if tangled

Lusticon 4 months ago
parent
commit
6b2c289d4e
1 changed files with 9 additions and 0 deletions
  1. 9 0
      locations/stat.qsrc

+ 9 - 0
locations/stat.qsrc

@@ -225,6 +225,15 @@ if pcs_stam > stammax: pcs_stam = stammax
 if pcs_mana > manamax: pcs_mana = manamax
 if pcs_mood > 100: pcs_mood = 100
 
+!!set hair flow free
+if hbraids > 5 and pcs_hairbsh = 0: hbraids -= rand(3,5) & pcs_hairbsh = 1
+if pcs_hairbsh <= 0:
+	if hscrunchw <> 0: hscrunchw = 0
+	if hpingripw <> 0: hpingripw = 0
+	if hscrunchw <> 0: hscrunchw = 0
+	if hbraids <> 0: hbraids = 0
+end
+
 !!Add mood_trauma to events to lower max mood for a period of time
 if mood_trauma > 0:
 	mood_max_calc = 100 - (mood_trauma * 5)