mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Fixes AIs being unable to scan ore vents (#90663)
## About The Pull Request Closes #90621 ## Changelog 🆑 fix: Fixed AIs being unable to scan ore vents /🆑
This commit is contained in:
@@ -261,7 +261,7 @@
|
||||
if(!COOLDOWN_FINISHED(src, area_scan_cooldown))
|
||||
return FALSE
|
||||
COOLDOWN_START(src, area_scan_cooldown, 15 SECONDS)
|
||||
for(var/mob/living/carbon/human/driver in chassis.return_drivers())
|
||||
for(var/mob/living/driver in chassis.return_drivers())
|
||||
for(var/obj/structure/ore_vent/vent as anything in range(5, chassis))
|
||||
if(istype(vent, /obj/structure/ore_vent))
|
||||
vent.scan_and_confirm(driver, TRUE)
|
||||
|
||||
Reference in New Issue
Block a user