mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
Fixes vulerabilities in The Syndicate's security software (#72430)
Fixes #72420 🆑 ShizCalev fix: Crew AIs can no longer interact with ANY syndicate machinery (ie shuttle computers, buttons, ect.) fix: Crew AIs can no longer attempt to track mobs on the syndicate base to determine the gamemode. /🆑
This commit is contained in:
@@ -13,11 +13,6 @@
|
||||
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | ACID_PROOF
|
||||
flags_1 = NODECONSTRUCT_1
|
||||
|
||||
/obj/machinery/computer/shuttle/syndicate/allowed(mob/M)
|
||||
if(issilicon(M) && !(ROLE_SYNDICATE in M.faction))
|
||||
return FALSE
|
||||
return ..()
|
||||
|
||||
/obj/machinery/computer/shuttle/syndicate/launch_check(mob/user)
|
||||
. = ..()
|
||||
if(!.)
|
||||
|
||||
Reference in New Issue
Block a user