mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
11 lines
410 B
Plaintext
11 lines
410 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/tesla_act(power, explosive = FALSE)
|
|
if(explosive)
|
|
energy += power
|