Beacons are no longer radios (#25559)

* lets goooo

* name change

* yes

* dgamer review

* Update code/modules/projectiles/projectile/special_projectiles.dm

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

---------

Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
Contrabang
2024-06-12 18:00:08 +00:00
committed by GitHub
co-authored by DGamerL
parent 77d83ef1b9
commit 7df5e186a0
27 changed files with 112 additions and 107 deletions
@@ -290,7 +290,7 @@
damage = 0
nodamage = 1
alwayslog = TRUE
var/obj/item/radio/beacon/teleport_target = null
var/obj/item/beacon/teleport_target
/obj/item/projectile/energy/teleport/New(loc, tele_target)
..(loc)