mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Merge pull request #2956 from VOREStation/aro-noborgono
Bad dog down boy
This commit is contained in:
@@ -470,6 +470,7 @@
|
||||
/obj/machinery/door/airlock/alien/public // Entry to UFO.
|
||||
req_one_access = list()
|
||||
normalspeed = FALSE // So it closes faster and hopefully keeps the warm air inside.
|
||||
hackProof = TRUE //VOREStation Edit - No borgos
|
||||
|
||||
/*
|
||||
About the new airlock wires panel:
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
return stat != DEAD
|
||||
|
||||
/mob/living/silicon/robot/provides_camera_vision()
|
||||
return src.camera && src.camera.network.len
|
||||
return src.camera && src.camera.network.len && (z in using_map.contact_levels) //VOREStation Edit
|
||||
|
||||
/mob/living/silicon/ai/proc/seen_camera_turfs()
|
||||
return seen_turfs_in_range(src, world.view)
|
||||
|
||||
Reference in New Issue
Block a user