Skip to content

Commit

Permalink
ffs forest
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Aug 31, 2024
1 parent 1c2ba4b commit f4d81cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/machinery/ARES/ARES_step_triggers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@

/obj/effect/step_trigger/ares_alert/core/Crossed(mob/living/passer)
if(isxeno(passer))
if(!COOLDOWN_FINISHED(datacore, aicore_lockdown))
if(!COOLDOWN_FINISHED(link.datacore, aicore_lockdown))
return FALSE
aicore_lockdown(user, "ATTENTION! \n\nUNIDENTIFIED BIOSIGN DETECTED IN AI CORE! \n\nAI CORE UNDER LOCKDOWN.")
aicore_lockdown(passer, "ATTENTION! \n\nUNIDENTIFIED BIOSIGN DETECTED IN AI CORE! \n\nAI CORE UNDER LOCKDOWN.")
return TRUE
else
..()
Expand Down

0 comments on commit f4d81cc

Please sign in to comment.