mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 20:14:31 +01:00
Update guestpass.dm
This commit is contained in:
@@ -107,6 +107,9 @@
|
||||
|
||||
|
||||
/obj/machinery/computer/guestpass/attackby(obj/I, mob/user)
|
||||
if(istype(I, /obj/item/weapon/card/id/guest))
|
||||
to_chat(user, "<span class='warning'>The guest pass terminal denies to accept the guest pass.</span>")
|
||||
return
|
||||
if(istype(I, /obj/item/weapon/card/id))
|
||||
if(!giver && user.unEquip(I))
|
||||
I.forceMove(src)
|
||||
|
||||
Reference in New Issue
Block a user