mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 16:44:33 +01:00
Fixes Emagged Borgs Not Having Instant Bolt/Shock (#22084)
* borg moment * proc added * steel review
This commit is contained in:
@@ -1596,3 +1596,8 @@ GLOBAL_LIST_INIT(robot_verbs_default, list(
|
||||
playsound(loc, 'sound/machines/buzz-two.ogg', 50, 0)
|
||||
else
|
||||
to_chat(src, "<span class='warning'>You can only use this emote when you're out of charge.</span>")
|
||||
|
||||
/mob/living/silicon/robot/can_instant_lockdown()
|
||||
if(emagged || faction_check_mob(src, "syndicate"))
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
@@ -78,6 +78,11 @@
|
||||
QDEL_NULL(aiCamera)
|
||||
return ..()
|
||||
|
||||
/mob/living/silicon/proc/can_instant_lockdown()
|
||||
if(isAntag(src))
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
/mob/living/silicon/proc/get_radio()
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user