Explorar o código

Treat logic like a friend and it'll never fail you, treat it like a fool and it'll make a fool of you, and typo in bass

KevinSmarts %!s(int64=8) %!d(string=hai) anos
pai
achega
a02ecc3c71
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      locations/bass
  2. 1 1
      locations/changingroom

+ 1 - 1
locations/bass

@@ -34,7 +34,7 @@ if $ARGS[0] = 'start':
 			cla
 			'You need to get dressed in regular clothing first.'
 			act'Return':gt 'bass', 'start'
-		else if $clothingworntype = 'nude':
+		elseif $clothingworntype = 'nude':
 			cla
 			'You need to get dressed before leaving.'
 			act'Return':gt 'bass', 'start'

+ 1 - 1
locations/changingroom

@@ -4,7 +4,7 @@ if $ARGS[0] = 'view_swim_list':
 
 	if $loc = 'bass' or ($loc = 'etoexhib' and temper >= 20) or (temper >= 20 and month >= 5 and month <= 9):
 		if $clothingworntype ! 'swimwear':
-			if $clothingworntype ! 'nude' or $lastwornclothingtype ! 'swimwear':
+			if $clothingworntype = 'nude':
 				$normalclothingworntype = $lastwornclothingtype
 				normalclothingwornno = lastwornclothingnumber
 			else