mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 17:07:53 +01:00
Fix security camera consoles, hopefully (#13507)
This commit is contained in:
@@ -112,6 +112,11 @@
|
||||
if(iscarbon(user))
|
||||
playsound(src, 'sound/machines/pda_click.ogg', 20)
|
||||
|
||||
/obj/item/modular_computer/CouldNotUseTopic(var/mob/user)
|
||||
..()
|
||||
if(user.machine == src)
|
||||
user.unset_machine()
|
||||
|
||||
/obj/item/modular_computer/emag_act(var/remaining_charges, var/mob/user)
|
||||
if(computer_emagged)
|
||||
to_chat(user, SPAN_WARNING("\The [src] has already been emagged."))
|
||||
|
||||
Reference in New Issue
Block a user