mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Merge pull request #2599 from Fox-McCloud/thanksgiving-food
Thanksgiving Update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user