mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-06 07:32:15 +00:00
16 lines
334 B
Plaintext
16 lines
334 B
Plaintext
/obj/item/device/radio/beacon/hear_talk()
|
|
return
|
|
|
|
/obj/item/device/radio/beacon/send_hear()
|
|
return null
|
|
|
|
/obj/item/device/radio/beacon/verb/alter_signal(t as text)
|
|
set src in usr
|
|
|
|
if ((usr.canmove && !( usr.restrained() )))
|
|
src.code = t
|
|
if (!( src.code ))
|
|
src.code = "beacon"
|
|
src.add_fingerprint(usr)
|
|
return
|