mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
* carrot_progress * more carrot testing * closernow * closernow * closernow * closernow * closernow * closernow * closernow * closernow * closernow * closernow * closernow * Bugfix for #22556 * Bug fix regarding carrot shivs (#22556) * Update code/modules/hydroponics/grown/root.dm Co-authored-by: Nathan Winters <100448493+CinnamonSnowball@users.noreply.github.com> * testing item.dmi fix * hopeful items.dmi fix * Update code/modules/hydroponics/grown/root.dm Adds Contrabang's suggested parens. Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> --------- Co-authored-by: ZERO-XZB <temp@temp.com> Co-authored-by: Nathan Winters <100448493+CinnamonSnowball@users.noreply.github.com> Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
/obj/item/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>")
|
||||
var/obj/item/kitchen/knife/carrotshiv/Shiv = new /obj/item/kitchen/knife/carrotshiv
|
||||
var/obj/item/kitchen/knife/shiv/carrot/Shiv = new ()
|
||||
if(!remove_item_from_storage(user))
|
||||
user.unEquip(src)
|
||||
user.put_in_hands(Shiv)
|
||||
|
||||
Reference in New Issue
Block a user