Browse Source

[changed] removed the color for the latch in vanrPar

julzor 5 years ago
parent
commit
3fcadb3647
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/vanrPar.qsrc

+ 2 - 2
locations/vanrPar.qsrc

@@ -31,9 +31,9 @@ if $ARGS[0] = '':
 	gs 'din_van', 'private'
 
 	if vanr_lock = 0:
-		act'<font color = maroon><b>Close the latch on the door</b></font>':vanr_lock = 1 & gt 'vanrPar'
+		act'<b>Close the latch on the door</b>':vanr_lock = 1 & gt 'vanrPar'
 	elseif vanr_lock = 1:
-		act'<font color = maroon><b>Open the latch on the door</b></font>':vanr_lock = 0 & gt 'vanrPar'
+		act'<b>Open the latch on the door</b>':vanr_lock = 0 & gt 'vanrPar'
 	end
 end