Merge pull request #2599 from Fox-McCloud/thanksgiving-food

Thanksgiving Update
This commit is contained in:
TheDZD
2015-11-20 19:46:47 -05:00
12 changed files with 180 additions and 40 deletions
@@ -57,6 +57,10 @@
name = "goat crate"
content_mob = /mob/living/simple_animal/hostile/retaliate/goat
/obj/structure/closet/critter/turkey
name = "turkey crate"
content_mob = /mob/living/simple_animal/turkey
/obj/structure/closet/critter/chick
name = "chicken crate"
content_mob = /mob/living/simple_animal/chick
+27 -1
View File
@@ -229,4 +229,30 @@
/obj/structure/flora/rock/pile/New()
..()
icon_state = "rockpile[rand(1,5)]"
icon_state = "rockpile[rand(1,5)]"
/obj/structure/flora/corn_stalk
name = "corn stalk"
icon = 'icons/obj/flora/plants.dmi'
icon_state = "cornstalk1"
anchored = 0
layer = 5
/obj/structure/flora/corn_stalk/alt_1
icon_state = "cornstalk2"
/obj/structure/flora/corn_stalk/alt_2
icon_state = "cornstalk3"
/obj/structure/flora/straw_bail
name = "straw bail"
icon = 'icons/obj/flora/plants.dmi'
icon_state = "strawbail1"
density = 1
climbable = 1 // you can climb all over them.
/obj/structure/flora/straw_bail/alt_1
icon_state = "strawbail2"
/obj/structure/flora/straw_bail/alt_2
icon_state = "strawbail3"