Merge pull request #6480 from Citadel-Station-13/upstream-merge-37324

[MIRROR] Makes engine goggle numbers more visible
This commit is contained in:
LetterJay
2018-04-22 22:22:38 -05:00
committed by GitHub
@@ -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