Merge pull request #5439 from Neerti/layer_fixes

Fixes layering issues for a few things
This commit is contained in:
Anewbe
2018-07-25 17:27:05 -04:00
committed by VirgoBot
parent 115bfa2dc3
commit 0abdfff854
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
anchored = 1
density = 1
pixel_x = -16
layer = MOB_LAYER // You know what, let's play it safe.
plane = MOB_LAYER // You know what, let's play it safe.
layer = ABOVE_MOB_LAYER
var/base_state = null // Used for stumps.
var/health = 200 // Used for chopping down trees.
var/max_health = 200