mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-05 06:21:57 +00:00
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
|