Skip to content

Commit

Permalink
[MIRROR] lobstrosity's meat is RAW! [MDB IGNORE] (#2933)
Browse files Browse the repository at this point in the history
* lobstrosity's meat is RAW! (#83786)

## About The Pull Request

A simple fix to meat drops on lobstrosities, so that they aren't
pre-cooked.
## Why It's Good For The Game

Chefs have a limited access to crab meat unless miners are generous
enough to bring it back, but because it is cooked it can't be used in
crab rangoon or other recipes that call for the meat raw.. miners on the
other hand usually aren't pressured for food anyways, due to how
lavaland and icebox are. Furthermore, this is a sanity check of sorts:
Why are lobstrosities, especially Arctic lobstrosities, dropping cooked
meat? If they're able to survive in lava, it should probably come out
raw.

## Changelog
:cl:
fix: Lobstrosities are no longer pre-cooked through bluespace
shenanigans.
/:cl:

* lobstrosity's meat is RAW!

---------

Co-authored-by: DustanHache <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed Jun 8, 2024
1 parent 640a850 commit d941e87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
attack_vis_effect = ATTACK_EFFECT_BITE // Closer than a scratch to a crustacean pinching effect
melee_attack_cooldown = 1 SECONDS
butcher_results = list(
/obj/item/food/meat/crab = 2,
/obj/item/food/meat/slab/rawcrab = 2,
/obj/item/stack/sheet/bone = 2,
/obj/item/organ/internal/monster_core/rush_gland = 1,
)
Expand Down

0 comments on commit d941e87

Please sign in to comment.