Convert a bunch of legacy overlay calls to SSoverlays (#4015)

Bunch of overlay conversions I found in an old stash I had forgotten about.
This commit is contained in:
Lohikar
2018-01-06 16:34:47 -06:00
committed by Erki
parent db53ff3630
commit 6f85f08718
57 changed files with 191 additions and 206 deletions

View File

@@ -307,7 +307,7 @@
J.alpha = 200
J.blend_mode = BLEND_OVERLAY
J.tag = "coating"
overlays += J
add_overlay(J)
if (user)
user.visible_message(span("notice", "[user] dips \the [src] into \the [coating.name]"), span("notice", "You dip \the [src] into \the [coating.name]"))
@@ -338,7 +338,7 @@
var/image/J = image(I)
J.alpha = 200
J.tag = "coating"
overlays += J
add_overlay(J)
if (do_coating_prefix == 1)