mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +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:
@@ -78,6 +78,12 @@
|
||||
/obj/proc/CouldNotUseTopic(var/mob/user)
|
||||
// Nada
|
||||
|
||||
/obj/proc/ai_can_interact(var/mob/user)
|
||||
if(!Adjacent(user) && within_jamming_range(src, FALSE)) // if not adjacent to it, it uses wireless signal
|
||||
to_chat(user, SPAN_WARNING("Something in the area of \the [src] is blocking the remote signal!"))
|
||||
return FALSE
|
||||
return TRUE
|
||||
|
||||
/obj/item/proc/is_used_on(obj/O, mob/user)
|
||||
|
||||
/obj/assume_air(datum/gas_mixture/giver)
|
||||
|
||||
Reference in New Issue
Block a user