Grass floor is coded. Not present in the game yet tho.

URIST, make it growable in hydroponics. Thx, love ya.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1585 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-05-14 22:17:59 +00:00
parent 1368a431cf
commit 8e112f64f4
6 changed files with 121 additions and 9 deletions
+17 -4
View File
@@ -1217,14 +1217,27 @@
flags = FPRINT | TABLEPASS | CONDUCT
max_amount = 60
/obj/item/stack/tile/grass
name = "Grass tile"
singular_name = "S teel floor tile"
desc = "A patch of grass like they often use on golf courses"
icon_state = "tile_grass"
w_class = 3.0
force = 1.0
throwforce = 1.0
throw_speed = 5
throw_range = 20
flags = FPRINT | TABLEPASS | CONDUCT
max_amount = 60
/obj/item/stack/light_w
name = "Wired glass tile"
singular_name = "Wired glass tile"
desc = ""
icon_state = "glass_wire"
w_class = 3.0
force = 6.0
throwforce = 15.0
force = 3.0
throwforce = 5.0
throw_speed = 5
throw_range = 20
flags = FPRINT | TABLEPASS | CONDUCT
@@ -1259,8 +1272,8 @@
desc = ""
icon_state = "tile_e"
w_class = 3.0
force = 6.0
throwforce = 15.0
force = 3.0
throwforce = 5.0
throw_speed = 5
throw_range = 20
flags = FPRINT | TABLEPASS | CONDUCT
+4 -1
View File
@@ -28,7 +28,10 @@
return 0
proc/is_light_floor()
return 0
proc/is_grass_floor()
return 0
proc/return_siding_icon_state()
return 0
/turf/space
icon = 'space.dmi'