This commit is contained in:
L
2020-09-26 12:14:30 -03:00
parent 51b010e25f
commit baa30b5d42
38 changed files with 128 additions and 120 deletions
+2 -1
View File
@@ -1108,7 +1108,8 @@ GLOBAL_LIST_INIT(hallucination_list, list(
name = "chasm"
/obj/effect/hallucination/danger/chasm/show_icon()
image = image('icons/turf/floors/Chasms.dmi',src,"smooth",TURF_LAYER)
var/turf/target_loc = get_turf(target)
image = image('icons/turf/floors/chasms.dmi', src, "chasms-[target_loc.smoothing_junction]", TURF_LAYER)
if(target.client)
target.client.images += image