mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Allows drones to open windoors by walking into them (#8655)
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
return
|
||||
if (src.operating)
|
||||
return
|
||||
if (src.density && (!issmall(AM) || ishuman(AM)) && src.allowed(AM))
|
||||
if (src.density && (!issmall(AM) || ishuman(AM) || isrobot(AM)) && src.allowed(AM))
|
||||
open()
|
||||
//secure doors close faster
|
||||
var/time = check_access(null) ? 50 : 20
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
author: SpaceBaa
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Fixed an issue where drones could not open windoors by walking into them."
|
||||
Reference in New Issue
Block a user