mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-07-20 04:02:53 +01:00
Fixes #817
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
if(contents.len > 0)
|
||||
attack_hand(user)
|
||||
return
|
||||
if(istype(O, /obj/item/weapon/card/id))
|
||||
if(istype(O, /obj/item/weapon/card/id) && !istype(O, /obj/item/weapon/card/id/guest))
|
||||
user.drop_item()
|
||||
O.loc = src
|
||||
giver = O
|
||||
|
||||
Reference in New Issue
Block a user