From 4100a29a7c848726eb41748bc7020391cc88550c Mon Sep 17 00:00:00 2001 From: jjpark-kb <55967837+jjpark-kb@users.noreply.github.com> Date: Mon, 12 Jun 2023 02:27:42 -0400 Subject: [PATCH] no cursed spring interaction (#21788) --- code/modules/mapfluff/ruins/icemoonruin_code/hotsprings.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mapfluff/ruins/icemoonruin_code/hotsprings.dm b/code/modules/mapfluff/ruins/icemoonruin_code/hotsprings.dm index 9e188d45856..f0368ba8c74 100644 --- a/code/modules/mapfluff/ruins/icemoonruin_code/hotsprings.dm +++ b/code/modules/mapfluff/ruins/icemoonruin_code/hotsprings.dm @@ -14,7 +14,7 @@ baseturfs = /turf/open/water/cursed_spring planetary_atmos = TRUE initial_gas_mix = ICEMOON_DEFAULT_ATMOS - +/* SKYRAT EDIT REMOVAL /turf/open/water/cursed_spring/Entered(atom/movable/arrived, atom/old_loc, list/atom/old_locs) . = ..() if(!isliving(arrived)) @@ -39,3 +39,4 @@ var/turf/return_turf = find_safe_turf(extended_safety_checks = TRUE, dense_atoms = FALSE) transformed_mob.forceMove(return_turf) to_chat(transformed_mob, span_notice("You blink and find yourself in [get_area_name(return_turf)].")) +*/