mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
11 lines
384 B
Plaintext
11 lines
384 B
Plaintext
diff a/code/modules/power/singularity/particle_accelerator/particle_control.dm b/code/modules/power/singularity/particle_accelerator/particle_control.dm (rejected hunks)
|
|
@@ -17,7 +17,7 @@
|
|
var/active = 0
|
|
var/strength = 0
|
|
var/powered = 0
|
|
- mouse_opacity = 2
|
|
+ mouse_opacity = MOUSE_OPACITY_OPAQUE
|
|
|
|
/obj/machinery/particle_accelerator/control_box/Initialize()
|
|
. = ..()
|