Adds defines for mouse_opacity

This commit is contained in:
Jordan Brown
2017-08-14 11:18:22 -04:00
parent 2decd582d1
commit dce49b6caf
60 changed files with 79 additions and 76 deletions
@@ -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()
. = ..()