mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
no cursed spring interaction (#21788)
This commit is contained in:
@@ -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)]."))
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user