Chicken Farming V1

This commit is contained in:
quotefox
2022-05-03 17:41:36 +01:00
parent 1a1ab95370
commit b75a07ee53
15 changed files with 442 additions and 232 deletions
@@ -0,0 +1,28 @@
/turf/open/floor/
var/farm_quality = 0 //all tiles have a farm quality, which is for farm animals to enjoy. 0 = worse 100 = best!
//Grass quality
/turf/open/floor/grass
farm_quality = 50
/turf/open/floor/grass/fairy
farm_quality = 70
//Hay
/obj/item/stack/tile/hay
name = "hay bedding tile"
singular_name = "hay bedding tile"
desc = "A patch of bundled hay."
icon = 'hyperstation/icons/obj/tiles.dmi'
icon_state = "tile_hay"
item_state = "tile_hay"
turf_type = /turf/open/floor/grass/hay
resistance_flags = FLAMMABLE
/turf/open/floor/grass/hay //like grass
name = "hay bedding"
icon = 'hyperstation/icons/obj/hydroponics/harvest.dmi'
desc = "A patch of bundled hay, to help keep animals happy."
icon_state = "hay"
farm_quality = 100 //the best for farming!
floor_tile = /obj/item/stack/tile/hay