Makes engine goggle numbers more visible (#37324)

This commit is contained in:
KorPhaeron
2018-04-22 19:21:14 -05:00
committed by CitadelStationBot
parent e022564fca
commit b36d88900f
@@ -86,7 +86,7 @@
var/strength = round(rad_places[i] / 1000, 0.1)
var/image/pic = new(loc = place)
var/mutable_appearance/MA = new()
MA.alpha = 128
MA.alpha = 180
MA.maptext = "[strength]k"
MA.color = "#64C864"
MA.layer = AREA_LAYER