mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
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:
@@ -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