mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
ID Card Hard Del (#22276)
Fixes a hard del related to ID cards. Yet another of the "extremely tiny hard dels".
This commit is contained in:
@@ -183,7 +183,10 @@
|
||||
/obj/item/card/id/Destroy()
|
||||
QDEL_NULL(chat_user)
|
||||
mob_id = null
|
||||
. = ..()
|
||||
access = null
|
||||
front = null
|
||||
side = null
|
||||
return ..()
|
||||
|
||||
/obj/item/card/id/examine(mob/user, distance, is_adjacent, infix, suffix, show_extended)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user