Browse Source

[fixed] Removed excess and empty options , hopefully fixees the issue

Kevin_Smarts 1 year ago
parent
commit
feb7f921aa
1 changed files with 6 additions and 6 deletions
  1. 6 6
      locations/ender.qsrc

+ 6 - 6
locations/ender.qsrc

@@ -374,17 +374,17 @@ if $ARGS[0] = 'loss':
 		Loss += 1
         pcs_mood -= 20
 		if temp['rape_loc'] = 'city_park' or temp['rape_loc'] = 'pav_park':
-			if temp['rape_type'] = 'gang':
+!!			if temp['rape_type'] = 'gang':
 				gt'rape_events','park_gangrape_fight_loss'
-			else
+!!			else
 			
-			end
+!!			end
 		else
-			if temp['rape_type'] = 'gang':
+!!			if temp['rape_type'] = 'gang':
 			
-			else
+!!			else
 				gt'rape_events','urban_fight_rape'
-			end
+!!			end
 		end
 	end
 end