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.
This commit is contained in:
Rohesie
2020-10-19 17:14:58 -04:00
committed by GitHub
parent 29ec525147
commit 17d26495bf
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