mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
- Added wood floor tiles (made from wood planks)
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4160 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1333,6 +1333,19 @@
|
||||
max_amount = 60
|
||||
origin_tech = "biotech=1"
|
||||
|
||||
/obj/item/stack/tile/wood
|
||||
name = "wood floor tiles"
|
||||
singular_name = "wood floor tile"
|
||||
desc = "an easy to fit wood floor tile"
|
||||
icon_state = "tile-wood"
|
||||
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 tiles"
|
||||
singular_name = "wired glass floor tile"
|
||||
|
||||
@@ -33,7 +33,9 @@
|
||||
return 0
|
||||
proc/is_grass_floor()
|
||||
return 0
|
||||
proc/return_siding_icon_state()
|
||||
proc/is_wood_floor()
|
||||
return 0
|
||||
proc/return_siding_icon_state() //used for grass floors, which have siding.
|
||||
return 0
|
||||
|
||||
/turf/space
|
||||
|
||||
Reference in New Issue
Block a user