no cursed spring interaction (#21788)

This commit is contained in:
jjpark-kb
2023-06-11 23:27:42 -07:00
committed by GitHub
parent a70aa098df
commit 4100a29a7c
@@ -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)]."))
*/