beacon cleanup

This commit is contained in:
Fox-McCloud
2015-06-10 23:36:01 -04:00
parent 2ad1c74457
commit ce496fcee6
3 changed files with 71 additions and 92 deletions
@@ -13,7 +13,7 @@
emagged = 1
syndicate = 1
user << "\blue The This beacon now only be locked on to by emagged teleporters!"
/obj/item/device/radio/beacon/hear_talk()
return
@@ -52,7 +52,7 @@
/obj/item/device/radio/beacon/syndicate/attack_self(mob/user as mob)
if(user)
user << "\blue Locked In"
new /obj/machinery/singularity_beacon/syndicate( user.loc )
new /obj/machinery/power/singularity_beacon/syndicate( user.loc )
playsound(src, 'sound/effects/pop.ogg', 100, 1, 1)
del(src)
return