Browse Source

remove dummy condition

rachels 2 years ago
parent
commit
f1eeac6b52
1 changed files with 2 additions and 3 deletions
  1. 2 3
      locations/WorkHosp.qsrc

+ 2 - 3
locations/WorkHosp.qsrc

@@ -282,7 +282,7 @@ if $ARGS[0] = '3':
 end
 
 if $ARGS[0] = 'randdoc':
-	if $randdoc[0] = '':
+!!	if $randdoc[0] = '':
 		randdoc = rand(0,19)
 		if randdoc = 0:
 			gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
@@ -385,11 +385,10 @@ if $ARGS[0] = 'randdoc':
 			$npc_lastname[$npclastgenerated] = 'Orlov'
 			gs 'npcpreservec', $npclastgenerated
 		end
-	end
+!!	end
 
 	gs 'boyStat', $npclastsaved
 	docfuck[randdoc] += 1
 end
 
 --- WorkHosp ---------------------------------
-