2 커밋 dc3bfd5c3e ... 0301b5ea67

작성자 SHA1 메시지 날짜
  Alexey Shubnyakov 0301b5ea67 [fixed] resetting period warnings when the period has ended 2 달 전
  Alexey Shubnyakov dc3bfd5c3e [fixed] resetting period warnings when the period has ended 2 달 전
1개의 변경된 파일11개의 추가작업 그리고 11개의 파일을 삭제
  1. 11 11
      locations/hourly_events.qsrc

+ 11 - 11
locations/hourly_events.qsrc

@@ -109,7 +109,7 @@ else
 	if pcs_willpwr < willpowermax/4: will_counter -= 1
 end
 
-if will_counter <= -10:
+if will_counter <= -10: 
 	willpowermax -= 1
 	will_counter = 0
 end
@@ -153,11 +153,11 @@ else
 
 		if alko > 4:
 			vomit['hangover'] = 1
-
+		
 		elseif pregchem > 600 and pregchem < 2160 and rand(1,4) = 4:
 			vomit['morning_sick'] = 1
-
-		elseif rand(1,100) = 100:
+		
+		elseif rand(1,100) = 100: 
 			vomit['unlucky'] = 1
 		end
 	end
@@ -171,7 +171,7 @@ if alko > 0 and alkoblock = 0:
 	if alko >= 6:
 		if pcs_run > 0: run_deg -= 1
 		if vball_lvl >= 50: vball_deg -= 1
-
+		
 		if alko >= 10:
 			if pcs_stren > 10: stren_deg -= 1
 			if pcs_vital > 10: vital_deg -= 1
@@ -200,7 +200,7 @@ if $pantyworntype = 'none' and PCloPants > 0 and PCloPanties = 0 and $clothingwo
 	elseif pcs_traits['commando_lvl'] = 1:
 		mosol += 1
 	end
-
+	
 	if mosol >= 100: pcs_mood -= 5
 
 	if mosol >= 60 and pain['pubic'] < 80: gs 'pain', 1, 'pubic', 'ache'
@@ -219,14 +219,14 @@ end
 if pcs_hydra > 200: pcs_hydra = 200
 
 if mosol > 0:
-	if $pantyworntype ! 'none' or $clothingworntype = 'nude' or PCloPanties = 1:
+	if $pantyworntype ! 'none' or $clothingworntype = 'nude' or PCloPanties = 1: 
 		mosol -= rand(0,1)
 	end
 end
 
 if pcs_lipbalm > 0: pcs_lipbalm -= 1
 
-if sickstage = 1:
+if sickstage = 1: 
 	sick += 1
 	sicktimer += 1
 
@@ -238,7 +238,7 @@ end
 
 if sickstage = 2:
 	if sick > 0: sick -= 1
-	if sick <= 0:
+	if sick <= 0: 
 		sick = 0
 		sickstage = 0
 	end
@@ -349,13 +349,13 @@ if (hour mod 2) = 0: gs 'outdoors', 'weather'
 if nerd_game['invite_day'] < daystart and week = 1 and hour >= 11 and hour <= 15:
 	if yearstart = 1 and (grupTipe = 3 or nerd_game['stage'] > 0 or rand(80,npc_rel['A152']) > 95):
 		!! hour = 15 forces SMS if it hasn''t triggered yet.
-		if rand(0, 2) = 0 or hour = 15:
+		if rand(0, 2) = 0 or hour = 15: 
 			gs 'nerd_game_night', 'summer_invite_sms', 'Add SMS'
 		end
 
 	elseif yearstart > 1 and nerd_game['fixed_uni_day'] = 0 and (nerd_game['stage'] > 0 or rand(80,npc_rel['A152']) > 95):
 		!! hour = 15 forces SMS if it hasn''t triggered yet.
-		if rand(0, 2) = 0 or hour = 15:
+		if rand(0, 2) = 0 or hour = 15: 
 			gs 'nerd_game_night', 'summer2_invite_sms', 'Add SMS'
 		end
 	end