Fixes some layering issues with trees, outdoor turf edges, and the targeting indicator.

This commit is contained in:
Neerti
2018-07-24 13:30:09 -04:00
parent 5ef98ad0a9
commit 066975bad0
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