Ver código fonte

[fixed] Typo

Kevin_Smarts 1 ano atrás
pai
commit
d1c296afae

+ 1 - 1
locations/bras.qsrc

@@ -455,7 +455,7 @@ if $ARGS[0] = 'wear2':
 	if underwear['type'] = 0:
 		gs 'bras', 'remove'
 	else
-		gs 'underwear_bodysuit', 'remove'
+		gs 'underwear_bodysuits', 'remove'
 	end
 	underwear['type'] = 0
 

+ 1 - 1
locations/panties.qsrc

@@ -466,7 +466,7 @@ if $ARGS[0] = 'wear2':
 	if underwear['type'] = 0:
 		gs 'panties', 'remove'
 	else
-		gs 'underwear_bodysuit', 'remove'
+		gs 'underwear_bodysuits', 'remove'
 	end
 	underwear['type'] = 0
 

+ 1 - 1
locations/underwear_bodysuits.qsrc

@@ -266,7 +266,7 @@ if $ARGS[0] = 'wear2':
 		gs 'panties', 'remove'
 		gs 'bras', 'remove'
 	else
-		gs 'underwear_bodysuit', 'remove'
+		gs 'underwear_bodysuits', 'remove'
 	end
 	underwear['type'] = 2