[MIRROR] Colour fix (#6024)

* Colour fix

* Update ai_laws.dm
This commit is contained in:
CitadelStationBot
2018-03-19 22:18:28 -05:00
committed by Poojawa
parent 9f182d89ed
commit 6cd994d342
+2 -1
View File
@@ -437,7 +437,8 @@
for(var/law in ion)
if (length(law) > 0)
var/num = ionnum()
data += "[show_numbers ? "[num]:" : ""] <font color='#00ffff'>[law]</font>"
data += "[show_numbers ? "[num]:" : ""] <font color='#547DFE'>[law]</font>"
var/number = 1
for(var/law in inherent)