In fact lets use the constants instead of bare numbers for use_power everywhere.

This commit is contained in:
Leshana
2020-03-21 19:41:01 -04:00
parent c2d16acdca
commit 938384cb1b
140 changed files with 175 additions and 175 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/obj/machinery/mining
icon = 'icons/obj/mining_drill.dmi'
anchored = 0
use_power = 0 //The drill takes power directly from a cell.
use_power = USE_POWER_OFF //The drill takes power directly from a cell.
density = 1
layer = MOB_LAYER+0.1 //So it draws over mobs in the tile north of it.