mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
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:
+17
-4
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user