mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 20:52:41 +00:00
15 lines
553 B
Plaintext
15 lines
553 B
Plaintext
/obj/machinery/the_singularitygen/tesla
|
|
name = "energy ball generator"
|
|
desc = "Makes the wardenclyffe look like a child's plaything when shot with a particle accelerator."
|
|
icon = 'icons/obj/tesla_engine/tesla_generator.dmi'
|
|
icon_state = "TheSingGen"
|
|
creation_type = /obj/singularity/energy_ball
|
|
|
|
/obj/machinery/the_singularitygen/tesla/examine()
|
|
. = ..()
|
|
. += "<span class='notice'>It is [anchored ? "secured" : "not secured"]!</span>"
|
|
|
|
/obj/machinery/the_singularitygen/tesla/tesla_act(power, explosive = FALSE)
|
|
if(explosive)
|
|
energy += power
|