Finishing touches on gravemarkers

This commit is contained in:
Anewbe
2017-09-27 18:59:26 -05:00
parent eed312a8fb
commit 7a13c8136f
4 changed files with 12 additions and 10 deletions
+3 -6
View File
@@ -8,6 +8,8 @@
throwpass = 1
climbable = 1
layer = 3.1 //Above dirt piles
//Maybe make these calculate based on material?
var/health = 100
@@ -132,9 +134,4 @@
return
src.set_dir(turn(src.dir, 90))
return
/obj/structure/gravemarker/gravestone
name = "gravestone"
desc = "A large stone used in marking graves."
icon_state = "gravestone"
return