mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[MIRROR] Makes wheat and meatwheat wearable (#26812)
* Makes wheat and meatwheat wearable (#81874) ## About The Pull Request Makes it so you can wear wheat and meatwheat in your mask slot, so you can truly live out your dreams of being a farmer on a space station. Draft while I sort out some issues Wheat on the left, meatwheat on the right  ## Why It's Good For The Game The fact this wasn't already possible is, frankly, a crime. ## Changelog 🆑 add: Wheat and meatwheat can now be worn in the mask slot. Farmers rejoice! /🆑 * Makes wheat and meatwheat wearable --------- Co-authored-by: Nick <42454181+Momo8289@users.noreply.github.com>
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
grind_results = list(/datum/reagent/consumable/flour = 0)
|
||||
tastes = list("wheat" = 1)
|
||||
distill_reagent = /datum/reagent/consumable/ethanol/beer
|
||||
slot_flags = ITEM_SLOT_MASK
|
||||
worn_icon = 'icons/mob/clothing/head/hydroponics.dmi'
|
||||
|
||||
// Oat
|
||||
/obj/item/seeds/wheat/oat
|
||||
@@ -93,6 +95,8 @@
|
||||
grind_results = list(/datum/reagent/consumable/flour = 0, /datum/reagent/blood = 0)
|
||||
tastes = list("meatwheat" = 1)
|
||||
can_distill = FALSE
|
||||
slot_flags = ITEM_SLOT_MASK
|
||||
worn_icon = 'icons/mob/clothing/head/hydroponics.dmi'
|
||||
|
||||
/obj/item/food/grown/meatwheat/attack_self(mob/living/user)
|
||||
user.visible_message(span_notice("[user] crushes [src] into meat."), span_notice("You crush [src] into something that resembles meat."))
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
Reference in New Issue
Block a user