Polyp Food Recipes and Livestock Crate (#33167)

* polyp_food_and_crate

* increases_polyp_price

* a_not_an

* added_instructional_paper

* fixed_paper_color

* added_more_instructions

* instruction_wording_tweaks

* unappetizing_flavor_message
This commit is contained in:
Optimism333
2022-09-01 19:30:44 -07:00
committed by GitHub
parent 9d96476970
commit eb19bbfa58
6 changed files with 104 additions and 1 deletions

View File

@@ -56,6 +56,16 @@
new /mob/living/simple_animal/hostile/retaliate/goat(loc)
..()
/obj/structure/largecrate/polyp
name = "polyp crate"
icon_state = "lisacrate"
/obj/structure/largecrate/polyp/attackby(obj/item/weapon/W as obj, mob/user as mob)
if(iscrowbar(W))
new /mob/living/simple_animal/hostile/retaliate/polyp(loc)
new /obj/item/weapon/paper/mothership/spacepolyp_care(loc)
..()
/obj/structure/largecrate/chick
name = "chicken crate"
icon_state = "lisacrate"