mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
SecHUD QoL Again (#15068)
This commit is contained in:
@@ -131,6 +131,10 @@ var/const/NO_EMAG_ACT = -50
|
||||
if (..(user, 1))
|
||||
show(user)
|
||||
|
||||
/obj/item/card/id/on_slotmove(var/mob/living/user, slot)
|
||||
. = ..(user, slot)
|
||||
BITSET(user.hud_updateflag, ID_HUD) //Update ID HUD if an ID is ever moved
|
||||
|
||||
/obj/item/card/id/proc/prevent_tracking()
|
||||
return 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user