Remove duplicate defs; rename one def; fix some stray typos (#18599)

* Remove duplicate defs

* Fix more typos, re-add ED209 defs

* Move damage defines to the same spot

* okay actually re-add ED209 defs
This commit is contained in:
sood
2018-06-25 15:55:30 -07:00
committed by DamianX
parent 1b1efd4a50
commit 3d59f69e4a
13 changed files with 16 additions and 41 deletions

View File

@@ -13,7 +13,7 @@
layer = FLOAT_LAYER - (TOTAL_LAYERS - MUTATIONS_LAYER)
/obj/abstract/Overlays/damage_layer
layer = FLOAT_LAYER - (TOTAL_LAYERS - DAMAGE_LAYER)
layer = FLOAT_LAYER - (TOTAL_LAYERS - DAMAGE_HUD_LAYER)
/obj/abstract/Overlays/uniform_layer
layer = FLOAT_LAYER - (TOTAL_LAYERS - UNIFORM_LAYER)