fix ID access

This commit is contained in:
Kashargul
2024-09-11 18:26:35 +02:00
committed by GitHub
parent a181941b7c
commit 100f1d8fd9
2 changed files with 5 additions and 1 deletions
@@ -292,6 +292,10 @@
if(loc == R)
hud_layerise()
/obj/item/weapon/card/id/cargo/minee/borg/GetAccess()
return R?.idcard?.GetAccess()
/obj/item/weapon/card/id/cargo/miner/borg/Destroy()
UnregisterSignal(src, COMSIG_OBSERVER_MOVED)
..()