mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
Department and Round Goals
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
// find the attached trunk (if present) and init gas resvr.
|
||||
/obj/machinery/disposal/Initialize()
|
||||
. = ..()
|
||||
|
||||
|
||||
trunk = locate() in loc
|
||||
if(!trunk)
|
||||
mode = 0
|
||||
@@ -481,6 +481,7 @@
|
||||
playsound(src, 'sound/machines/disposalflush.ogg', 50, 0, 0)
|
||||
last_sound = world.time
|
||||
sleep(5) // wait for animation to finish
|
||||
GLOB.disposals_flush_shift_roundstat++
|
||||
|
||||
|
||||
H.init(src, air_contents) // copy the contents of disposer to holder
|
||||
|
||||
Reference in New Issue
Block a user