mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Ports Lava Chicken (#5487)
## About The Pull Request @SapphoQueer made me do it. Original PR: https://github.com/IrisSS13/IrisStation/pull/521 ## Why It's Good For The Game It isn't. :( ## Proof Of Testing https://github.com/user-attachments/assets/53f23fbe-88ad-4b62-aa59-bc962156f426 ## Changelog 🆑 add: Added an unfunny meme from last year: lava chicken. /🆑
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/obj/item/food/lava_chicken
|
||||
name = "lava chicken"
|
||||
desc = "It's tasty as hell! But it's also a lava attack!"
|
||||
resistance_flags = LAVA_PROOF | FIRE_PROOF
|
||||
icon = 'modular_zubbers/icons/obj/food/meat.dmi'
|
||||
icon_state = "lava_chicken"
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment/protein = 6, /datum/reagent/consumable/nutriment/vitamin = 2, /datum/reagent/toxin/spore_burning = 50)
|
||||
tastes = list("l-l-l-lava" = 40, "ch-ch-ch-chicken" = 40)
|
||||
foodtypes = MEAT | FRIED
|
||||
junkiness = 25
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
@@ -0,0 +1,4 @@
|
||||
/obj/item/food/fried_chicken/burn()
|
||||
visible_message(span_notice("THE HEAT INFUSES INTO THE CHICKEN! You swear you hear someone in a blue shirt singing..."))
|
||||
new /obj/item/food/lava_chicken(loc)
|
||||
qdel(src)
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 921 B |
@@ -9182,6 +9182,7 @@
|
||||
#include "modular_zubbers\code\game\objects\items\ai_modules\full_lawsets.dm"
|
||||
#include "modular_zubbers\code\game\objects\items\circuitboards\machine_circuitboards.dm"
|
||||
#include "modular_zubbers\code\game\objects\items\food\halloween_chocolate.dm"
|
||||
#include "modular_zubbers\code\game\objects\items\food\meatdish.dm"
|
||||
#include "modular_zubbers\code\game\objects\items\food\meatslab.dm"
|
||||
#include "modular_zubbers\code\game\objects\items\food\misc.dm"
|
||||
#include "modular_zubbers\code\game\objects\items\food\sweets.dm"
|
||||
@@ -9531,6 +9532,7 @@
|
||||
#include "modular_zubbers\code\modules\food_and_drinks\machinery\stove.dm"
|
||||
#include "modular_zubbers\code\modules\food_and_drinks\recipes\drinks\drinks_alcoholic.dm"
|
||||
#include "modular_zubbers\code\modules\food_and_drinks\recipes\drinks\drinks_non-alcoholic.dm"
|
||||
#include "modular_zubbers\code\modules\food_and_drinks\recipes\tablecraft\recipes_meat.dm"
|
||||
#include "modular_zubbers\code\modules\food_and_drinks\recipes\tablecraft\recipes_pizza.dm"
|
||||
#include "modular_zubbers\code\modules\food_and_drinks\recipes\tablecraft\recipes_seafood.dm"
|
||||
#include "modular_zubbers\code\modules\fun_items\grenades.dm"
|
||||
|
||||
Reference in New Issue
Block a user