mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user