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
+25
View File
@@ -36,3 +36,28 @@
/obj/effect/decal/snow/sand/surround
icon_state="gravsnow_surround"
/obj/effect/decal/leaves
name="fall leaves"
density = 0
anchored = 1
layer = 2
icon='icons/obj/flora/plants.dmi'
icon_state = "fallleaves"
/obj/effect/decal/straw
name="scattered straw"
density = 0
anchored = 1
layer = 2
icon='icons/obj/flora/plants.dmi'
icon_state = "strawscattered"
/obj/effect/decal/straw/medium
icon_state = "strawscattered3"
/obj/effect/decal/straw/light
icon_state = "strawscattered2"
/obj/effect/decal/straw/edge
icon_state = "strawscatterededge"
@@ -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"