mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Radiojammer Stationbound Blocking (#10246)
* AI Firedoor Rebalance * Update geeves-because-the-question-is-incorrect.yml * improve the implementation considerably * Update geeves-because-the-question-is-incorrect.yml * put this back * jammer UI
This commit is contained in:
@@ -153,6 +153,9 @@
|
||||
..()
|
||||
|
||||
/mob/living/bot/attack_ai(mob/user)
|
||||
if(within_jamming_range(src, FALSE))
|
||||
to_chat(user, SPAN_WARNING("Something in the area of \the [src] is blocking the remote signal!"))
|
||||
return FALSE
|
||||
if(pAI)
|
||||
to_chat(user, SPAN_WARNING("\The [src] contains a pAI and cannot be remotely controlled."))
|
||||
return
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
var/obj/machinery/drone_fabricator/dronefab
|
||||
|
||||
/obj/machinery/computer/drone_control/attack_ai(var/mob/user as mob)
|
||||
if(!ai_can_interact(user))
|
||||
return
|
||||
return src.attack_hand(user)
|
||||
|
||||
/obj/machinery/computer/drone_control/attack_hand(var/mob/user as mob)
|
||||
|
||||
Reference in New Issue
Block a user