mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +01:00
Sewage + shallow water bugfixes (#20846)
Sewage no longer inexplicably changes colour when a mob goes over it, and you aren't climbing out of water with every turf you take in it.
This commit is contained in:
@@ -91,12 +91,12 @@
|
||||
if(numobjects)
|
||||
numobjects -= 1
|
||||
var/mob/living/L = AM
|
||||
if(!istype(newloc, /turf/simulated/floor/exoplanet/water))
|
||||
var/new_turf = get_step(src, newloc)
|
||||
if(!istype(new_turf, src))
|
||||
to_chat(L, SPAN_WARNING("You climb out of \the [src]."))
|
||||
..()
|
||||
|
||||
/turf/simulated/floor/exoplanet/water/process()
|
||||
clean(src)
|
||||
for(var/mob/living/L in src)
|
||||
var/obj/structure/lattice/lattice = locate(/obj/structure/lattice, src)
|
||||
if(!lattice)
|
||||
|
||||
Reference in New Issue
Block a user