mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +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
|
||||
|
||||
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
author: Amunak
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Maintenance drones can be disposaled again properly."
|
||||
Reference in New Issue
Block a user