mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user