Browse Source

Turned off underwear warnings when wearing swimwear

KevinSmarts 6 years ago
parent
commit
e51c17e1d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/stat_display

+ 1 - 1
locations/stat_display

@@ -1044,7 +1044,7 @@ if $clothingworntype = 'nude':
 			end
 		end
 	end
-elseif $pantyworntype = 'none':
+elseif $pantyworntype = 'none' and $clothingworntype ! 'swimwear':
 	if CloStyle = 4:
 		$stat_msg += '<BR><b><font color="red">you are not wearing panties, but you are dressed as a hooker, so that''s hardly surprising.</font></b>'
 	elseif PCloBimbo = 1 or bimbolevel > 0 and PCloSkirt > 3: