mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +01:00
Fixed minedrone FindOre runtime (#16127)
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
scan_timer--
|
||||
|
||||
/mob/living/simple_animal/hostile/retaliate/minedrone/proc/FindOre()
|
||||
if(enemies.len)
|
||||
if(enemies?.len)
|
||||
return
|
||||
|
||||
setClickCooldown(attack_delay)
|
||||
|
||||
Reference in New Issue
Block a user