mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Signaler Alt Click (#9098)
This commit is contained in:
@@ -181,6 +181,12 @@
|
||||
M.visible_message("[M]'s finger twitches a bit over [src]'s deadman switch!")
|
||||
return
|
||||
|
||||
/obj/item/device/assembly/signaler/AltClick(mob/user)
|
||||
if(use_check_and_message(user))
|
||||
return
|
||||
to_chat(user, SPAN_NOTICE("You click \the [src]'s signal button."))
|
||||
signal()
|
||||
|
||||
/obj/item/device/assembly/signaler/proc/deadman_trigger(var/mob/user)
|
||||
if(deadman) //If its not activated, there is no point in triggering it
|
||||
if(user)
|
||||
|
||||
Reference in New Issue
Block a user