From 8faab2ee5f0d0a3ac2e3f0dc077e96c06cf00258 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Tue, 13 Mar 2012 06:59:25 +0000
Subject: [PATCH] Remove grey background from blinking red DESTROY THE PLANET
 question.

---
 xtrn/tw2/planets.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xtrn/tw2/planets.js b/xtrn/tw2/planets.js
index 489c84110d..3f97b993e0 100644
--- a/xtrn/tw2/planets.js
+++ b/xtrn/tw2/planets.js
@@ -265,7 +265,7 @@ function DestroyPlanet(planetNum)
 	var secnum;
 	
 	console.crlf();
-	console.attributes="RI7H";
+	console.attributes="RIH";
 	console.writeln("*** DESTROY THE PLANET ***");
 	console.crlf();
 	console.attributes="Y";
-- 
GitLab