mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-25 14:16:30 +01:00
:sadcatthumbsup:
This commit is contained in:
@@ -267,7 +267,14 @@
|
||||
reagents.splash(O, 10)
|
||||
|
||||
/obj/machinery/shower/process()
|
||||
// A drain for every shower! ..If, there's a liquid on its turf.
|
||||
var/obj/effect/decal/cleanable/chempuddle/to_drain = locate() in get_turf(src)
|
||||
if(to_drain)
|
||||
if(!QDELETED(to_drain))
|
||||
qdel(to_drain)
|
||||
|
||||
if(!on) return
|
||||
|
||||
for(var/thing in loc)
|
||||
var/atom/movable/AM = thing
|
||||
var/mob/living/L = thing
|
||||
|
||||
Reference in New Issue
Block a user