mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Fixes maintenance drones not being able to travel through disposals (#10509)
This commit is contained in:
@@ -227,7 +227,7 @@
|
||||
return
|
||||
|
||||
/// makes it so synths can't be flushed
|
||||
if (istype(target, /mob/living/silicon/robot))
|
||||
if (isrobot(target) && !isDrone(target))
|
||||
to_chat(user, SPAN_NOTICE("[target] is a bit too clunky to fit!"))
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user