Explorar el Código

[fixed] msg block

Lusticon hace 5 meses
padre
commit
7f3f095e7b
Se han modificado 1 ficheros con 2 adiciones y 6 borrados
  1. 2 6
      locations/pushkin_ballet_res.qsrc

+ 2 - 6
locations/pushkin_ballet_res.qsrc

@@ -70,10 +70,7 @@ if $ARGS[0] = 'bedroom':
 		if $apparel['status'] ! 'nude':
 			act 'Go to the hallway': minut += 5 & gt 'pushkin_ballet_res', 'hallway'
 		else
-			act 'Go to the hallway':
-				msg '<b><font color = red>Whilst as a dancer you have less worries about showing yourself Bronya would likely have a few choice words about your behaviour.</font></b>'
-				gt $loc, $loc_arg
-			end
+			act 'Go to the hallway': msg '<b><font color = red>Whilst as a dancer you have less worries about showing yourself Bronya would likely have a few choice words about your behaviour.</font></b>'
 		end
 
 		!! Default actions
@@ -130,9 +127,8 @@ if $ARGS[0] = 'hallway':
 		else
 			act 'Leave Residence': minut += 5 & ballet_awol = 1 & gt 'pushkin_ballet_center', 'start'
 		end
-	else	   
+	else
 		msg '<b><font color = red>Whilst as a dancer you have less inhibition than most, Bronya would likely have a few choice words about your clothing choices or lack thereof.</font></b>'
-		gt $loc, $loc_arg	
 	end
 
 	act 'Go to your room':  minut += 5 & gt 'pushkin_ballet_res', 'bedroom'