[MIRROR] Adds weather protection to things inside disposals pipes [MDB IGNORE] (#16243)

* Adds weather protection to things inside disposals pipes (#69813)

* Adds weather protection to disposals pipes, protecting against ash/void/snow/radiation storms.

* Adds weather protection to things inside disposals pipes

Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-09-17 11:52:47 -07:00
committed by GitHub
co-authored by ShizCalev
parent 116eaad63e
commit 2eb166e280
@@ -16,6 +16,10 @@
var/tomail = FALSE // contains wrapped package
var/hasmob = FALSE // contains a mob
/obj/structure/disposalholder/Initialize(mapload)
. = ..()
ADD_TRAIT(src, TRAIT_WEATHER_IMMUNE, REF(src))
/obj/structure/disposalholder/Destroy()
active = FALSE
last_pipe = null