mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-14 09:27:45 +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:
@@ -16,7 +16,7 @@
|
||||
addtimer(CALLBACK(src, .proc/deploy), 100)
|
||||
|
||||
/obj/structure/droppod_door/attack_ai(var/mob/user)
|
||||
if(!user.Adjacent(src))
|
||||
if(!Adjacent(user))
|
||||
return
|
||||
attack_hand(user)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user