mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-16 13:13:03 +00:00
- Piped 3.0.0 a bit. - Standardized code/modules/power. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4242 316c924e-a436-60f5-8080-3fe189b3f50e
11 lines
351 B
Plaintext
11 lines
351 B
Plaintext
/obj/structure/particle_accelerator/power_box
|
|
name = "Particle Focusing EM Lens"
|
|
desc_holder = "This uses electromagnetic waves to focus the Alpha-Particles."
|
|
icon = 'icons/obj/machines/particle_accelerator.dmi'
|
|
icon_state = "power_box"
|
|
reference = "power_box"
|
|
|
|
/obj/structure/particle_accelerator/power_box/update_icon()
|
|
..()
|
|
return
|