Merge pull request #6678 from LordJike/carrot-tweaks

Makes carrots processable into wedges and makes said wedges fryable into carrot fries
This commit is contained in:
Fox McCloud
2017-03-09 21:36:40 -05:00
committed by GitHub
4 changed files with 16 additions and 4 deletions
+8
View File
@@ -22,6 +22,13 @@
filling_color = "#FFA500"
bitesize_mod = 2
/obj/item/weapon/reagent_containers/food/snacks/grown/carrot/wedges
name = "carrot wedges"
desc = "Slices of neatly cut carrot."
icon_state = "carrot_wedges"
filling_color = "#FFA500"
bitesize_mod = 2
/obj/item/weapon/reagent_containers/food/snacks/grown/carrot/attackby(obj/item/I, mob/user, params)
if(is_sharp(I))
to_chat(user, "<span class='notice'>You sharpen the carrot into a shiv with [I].</span>")
@@ -33,6 +40,7 @@
else
return ..()
// Parsnip
/obj/item/seeds/carrot/parsnip
name = "pack of parsnip seeds"