mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Components! TGUI uplinks! Oh god! (#30641)
* components * tgui uplink * Components! TGUI uplinks! Oh god! * yeah * this too
This commit is contained in:
@@ -243,7 +243,7 @@
|
||||
|
||||
/obj/item/device/radio/headset/attackby(obj/item/weapon/W, mob/user)
|
||||
// ..()
|
||||
if(hidden_uplink && hidden_uplink.active && hidden_uplink.refund(user, W))
|
||||
if(invoke_event(/event/attackby, list("attacker" = user, "item" = W)))
|
||||
return
|
||||
user.set_machine(src)
|
||||
if (!( W.is_screwdriver(user) || (istype(W, /obj/item/device/encryptionkey/ ))))
|
||||
|
||||
Reference in New Issue
Block a user