mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user