Merge pull request #7142 from PsiOmegaDelta/Singularity

Syndicate beacon power consumption and objective.
This commit is contained in:
PsiOmegaDelta
2014-11-26 22:08:48 +01:00
3 changed files with 116 additions and 139 deletions
@@ -43,7 +43,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