Forráskód Böngészése

[fixes] the message 'you do not own any swimwear' was incorrectly displayed if you are wearing your only set of swimwear clothing

julzor 5 éve
szülő
commit
ae95d3f5a3
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      locations/changingroom.qsrc

+ 2 - 1
locations/changingroom.qsrc

@@ -24,7 +24,8 @@ if $ARGS[0] = 'view_swim_list':
 			i += 1
 		if i <= ARRSIZE('swimwear'):jump 'loopswimwear'
 
-		if h = 0:'<center>You do not own any swimwear.</center>'
+		if h = 0 and $clothingworntype ! 'swimwear': '<center>You do not own any swimwear.</center>'
+		if h = 0 and $clothingworntype = 'swimwear': '<center>You are wearing your swimwear.</center>'
 
 	elseif temper < 15:
 		'<center>It''s below 15C - far too cold to get changed into swimwear. You should wait until the weather warms up.</center>'