mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-07-16 02:02:20 +01:00
Bug Fixes
Ghosting medical hud Guest pass swallowing ID's
This commit is contained in:
@@ -59,6 +59,9 @@
|
||||
uid = "[rand(100,999)]-G[rand(10,99)]"
|
||||
|
||||
/obj/machinery/computer/guestpass/attackby(obj/O, mob/user)
|
||||
if(contents.len > 0)
|
||||
attack_hand(user)
|
||||
return
|
||||
if(istype(O, /obj/item/weapon/card/id))
|
||||
user.drop_item()
|
||||
O.loc = src
|
||||
|
||||
Reference in New Issue
Block a user