7e9b96a00f
* Maps and things no code/icons * helpers defines globalvars * Onclick world.dm orphaned_procs * subsystems Round vote and shuttle autocall done here too * datums * Game folder * Admin - chatter modules * clothing - mining * modular computers - zambies * client * mob level 1 * mob stage 2 + simple_animal * silicons n brains * mob stage 3 + Alien/Monkey * human mobs * icons updated * some sounds * emitter y u no commit * update tgstation.dme * compile fixes * travis fixes Also removes Fast digest mode, because reasons. * tweaks for travis Mentors are broke again Also fixes Sizeray guns * oxygen loss fix for vore code. * removes unused code * some code updates * bulk fixes * further fixes * outside things * whoops. * Maint bar ported * GLOBs.
131 lines
3.9 KiB
Plaintext
131 lines
3.9 KiB
Plaintext
////////////////////////////////////////
|
|
//Singularity beacon
|
|
////////////////////////////////////////
|
|
/obj/machinery/power/singularity_beacon
|
|
name = "ominous beacon"
|
|
desc = "This looks suspicious..."
|
|
icon = 'icons/obj/singularity.dmi'
|
|
icon_state = "beacon"
|
|
|
|
anchored = 0
|
|
density = 1
|
|
layer = BELOW_MOB_LAYER //so people can't hide it and it's REALLY OBVIOUS
|
|
stat = 0
|
|
verb_say = "states"
|
|
var/cooldown = 0
|
|
|
|
var/active = 0
|
|
var/icontype = "beacon"
|
|
|
|
|
|
/obj/machinery/power/singularity_beacon/proc/Activate(mob/user = null)
|
|
if(surplus() < 1500)
|
|
if(user) to_chat(user, "<span class='notice'>The connected wire doesn't have enough current.</span>")
|
|
return
|
|
for(var/obj/singularity/singulo in GLOB.singularities)
|
|
if(singulo.z == z)
|
|
singulo.target = src
|
|
icon_state = "[icontype]1"
|
|
active = 1
|
|
if(user)
|
|
to_chat(user, "<span class='notice'>You activate the beacon.</span>")
|
|
|
|
|
|
/obj/machinery/power/singularity_beacon/proc/Deactivate(mob/user = null)
|
|
for(var/obj/singularity/singulo in GLOB.singularities)
|
|
if(singulo.target == src)
|
|
singulo.target = null
|
|
icon_state = "[icontype]0"
|
|
active = 0
|
|
if(user)
|
|
to_chat(user, "<span class='notice'>You deactivate the beacon.</span>")
|
|
|
|
|
|
/obj/machinery/power/singularity_beacon/attack_ai(mob/user)
|
|
return
|
|
|
|
|
|
/obj/machinery/power/singularity_beacon/attack_hand(mob/user)
|
|
if(anchored)
|
|
return active ? Deactivate(user) : Activate(user)
|
|
else
|
|
to_chat(user, "<span class='warning'>You need to screw the beacon to the floor first!</span>")
|
|
return
|
|
|
|
|
|
/obj/machinery/power/singularity_beacon/attackby(obj/item/weapon/W, mob/user, params)
|
|
if(istype(W,/obj/item/weapon/screwdriver))
|
|
if(active)
|
|
to_chat(user, "<span class='warning'>You need to deactivate the beacon first!</span>")
|
|
return
|
|
|
|
if(anchored)
|
|
anchored = 0
|
|
to_chat(user, "<span class='notice'>You unscrew the beacon from the floor.</span>")
|
|
disconnect_from_network()
|
|
return
|
|
else
|
|
if(!connect_to_network())
|
|
to_chat(user, "<span class='warning'>This device must be placed over an exposed, powered cable node!</span>")
|
|
return
|
|
anchored = 1
|
|
to_chat(user, "<span class='notice'>You screw the beacon to the floor and attach the cable.</span>")
|
|
return
|
|
else
|
|
return ..()
|
|
|
|
/obj/machinery/power/singularity_beacon/Destroy()
|
|
if(active)
|
|
Deactivate()
|
|
return ..()
|
|
|
|
//stealth direct power usage
|
|
/obj/machinery/power/singularity_beacon/process()
|
|
if(!active)
|
|
return
|
|
|
|
if(surplus() > 1500)
|
|
add_load(1500)
|
|
if(cooldown <= world.time)
|
|
cooldown = world.time + 100
|
|
for(var/obj/singularity/singulo in GLOB.singularities)
|
|
if(singulo.z == z)
|
|
say("The [singulo] is now [get_dist(src,singulo)] standard lengths away to the [dir2text(get_dir(src,singulo))]")
|
|
else
|
|
Deactivate()
|
|
say("Insufficient charge detected - powering down")
|
|
|
|
|
|
/obj/machinery/power/singularity_beacon/syndicate
|
|
icontype = "beaconsynd"
|
|
icon_state = "beaconsynd0"
|
|
|
|
// SINGULO BEACON SPAWNER
|
|
/obj/item/device/sbeacondrop
|
|
name = "suspicious beacon"
|
|
icon = 'icons/obj/radio.dmi'
|
|
icon_state = "beacon"
|
|
desc = "A label on it reads: <i>Warning: Activating this device will send a special beacon to your location</i>."
|
|
origin_tech = "bluespace=6;syndicate=5"
|
|
w_class = WEIGHT_CLASS_SMALL
|
|
var/droptype = /obj/machinery/power/singularity_beacon/syndicate
|
|
|
|
|
|
/obj/item/device/sbeacondrop/attack_self(mob/user)
|
|
if(user)
|
|
to_chat(user, "<span class='notice'>Locked In.</span>")
|
|
new droptype( user.loc )
|
|
playsound(src, 'sound/effects/pop.ogg', 100, 1, 1)
|
|
qdel(src)
|
|
return
|
|
|
|
/obj/item/device/sbeacondrop/bomb
|
|
desc = "A label on it reads: <i>Warning: Activating this device will send a high-ordinance explosive to your location</i>."
|
|
droptype = /obj/machinery/syndicatebomb
|
|
origin_tech = "bluespace=5;syndicate=5"
|
|
|
|
/obj/item/device/sbeacondrop/powersink
|
|
desc = "A label on it reads: <i>Warning: Activating this device will send a power draining device to your location</i>."
|
|
droptype = /obj/item/device/powersink
|
|
origin_tech = "bluespace=4;syndicate=5"
|