mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 08:01:06 +00:00
Clerical Powercreep (#13791)
This commit is contained in:
@@ -18,14 +18,14 @@
|
||||
if(drive)
|
||||
add_overlay("paperscanner-drive")
|
||||
|
||||
/obj/item/paper_scanner/AltClick(mob/living/carbon/user)
|
||||
/obj/item/paper_scanner/AltClick(mob/living/user)
|
||||
if(!drive)
|
||||
to_chat(user, SPAN_WARNING("\The [src] doesn't have a drive installed."))
|
||||
return
|
||||
if(!istype(user))
|
||||
to_chat(user, SPAN_WARNING("You're too simple to work \the [src]."))
|
||||
return
|
||||
if(user.l_hand == src || user.r_hand == src)
|
||||
if(user.l_hand == src || user.r_hand == src || issilicon(user))
|
||||
to_chat(user, SPAN_NOTICE("You eject \the [drive]."))
|
||||
user.put_in_hands(drive)
|
||||
drive = null
|
||||
|
||||
Reference in New Issue
Block a user