[MIRROR] Moves lava into the new smoothing system (#1386)

* Moves lava into the new smoothing system (#54441)

2kbs more for the rsc, less runtime icon-processing operations and server-client communication to add the new images.

* Moves lava into the new smoothing system

Co-authored-by: Rohesie <rohesie@gmail.com>
This commit is contained in:
SkyratBot
2020-10-20 06:44:14 +01:00
committed by GitHub
co-authored by Rohesie
parent ac92747107
commit 2ec951efdc
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1094,7 +1094,7 @@ GLOBAL_LIST_INIT(hallucination_list, list(
name = "lava"
/obj/effect/hallucination/danger/lava/show_icon()
image = image('icons/turf/floors/lava.dmi',src,"smooth",TURF_LAYER)
image = image('icons/turf/floors/lava.dmi', src, "lava-0", TURF_LAYER)
if(target.client)
target.client.images += image