mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[MIRROR] Adds logic to regal rat butchering, will now produce mouse meat. [MDB IGNORE] (#19688)
* Adds logic to regal rat butchering, will now produce mouse meat. (#73715) ## About The Pull Request Okay, I had fun with the alert system. Simply, this just adds 2 meat to the butcher completion of regal rats. It's a pretty low amount of meat considering that they look like this.  I chose a low number for the meat considering that players will still be able to get a massive influx of meat from butchering the small rats. ## Why It's Good For The Game Regal Rats are often dragged to the kitchen immediately upon being killed, leaving confused chefs/assistants wondering why they only received a crown upon successful butchering. Hopefully, this change will leave people less baffled by the lack of meatiness from the huge creatures. ## Changelog 🆑 qol: Regal Rats produce meat on butchering, reducing player confusion. /🆑 * Adds logic to regal rat butchering, will now produce mouse meat. --------- Co-authored-by: carshalash <carshalash@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
see_in_dark = 15
|
||||
lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_VISIBLE
|
||||
obj_damage = 10
|
||||
butcher_results = list(/obj/item/clothing/head/costume/crown = 1,)
|
||||
butcher_results = list(/obj/item/food/meat/slab/mouse = 2, /obj/item/clothing/head/costume/crown = 1)
|
||||
response_help_continuous = "glares at"
|
||||
response_help_simple = "glare at"
|
||||
response_disarm_continuous = "skoffs at"
|
||||
|
||||
Reference in New Issue
Block a user