mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
## About The Pull Request This adds the neutral quirk "Muridae Traits" which is a tongue based speech quirk. In addition to changing the mob's say_mod, this also has speech_args to encourage our mice to embrace their punny nature. When giving an item to another mob, there will also be another pun as well as a mood_event. Additionally, it also gives the mob_holder FACTION_RATS, which makes mice in maintenance not afraid of the mob. Finally, this makes a minor change to the rat infusion by commenting out eye_color_left and eye_color_right, so that the mob sprite is unaffected. ## Why It's Good For The Game <img width="343" height="367" alt="image" src="https://github.com/user-attachments/assets/a766e636-01c9-45a8-aec0-97872755507a" /> <br> <img width="1010" height="722" alt="Untitled" src="https://github.com/user-attachments/assets/f83a9316-04ed-41dd-8c01-ad3369709110" /> ## Proof Of Testing <img width="430" height="168" alt="image" src="https://github.com/user-attachments/assets/cf2b8b48-0eeb-4975-bf03-8ac43fbb572c" /> <br> [Food Showcase](https://www.youtube.com/watch?v=RNQZ-Rj5JnQ) ## Changelog 🆑 add: Added neutral quirk: Muridae Traits /🆑 --------- Co-authored-by: LT3 <83487515+lessthnthree@users.noreply.github.com>
16 lines
855 B
Plaintext
16 lines
855 B
Plaintext
/obj/item/organ/stomach/oversized
|
|
name = "huge guts"
|
|
desc = "Typically found in huge creatures, this monstrous engine has developed to be highly efficient, made to get an enormous amount of nutrients to an enormous eater."
|
|
icon = 'modular_skyrat/modules/organs/icons/stomach.dmi'
|
|
icon_state = "stomach_big"
|
|
maxHealth = 1.5 * STANDARD_ORGAN_THRESHOLD
|
|
metabolism_efficiency = 0.07
|
|
|
|
/obj/item/organ/stomach/synth/oversized
|
|
name = "huge synthetic bio-reactor"
|
|
desc = "Typically found in huge synthetics, this monstrous engine has been developed to be highly efficient, made to provide an enormous amount of power to an enormous machine."
|
|
icon = 'modular_skyrat/modules/organs/icons/stomach.dmi'
|
|
icon_state = "stomach_big_synth" //ugly placeholder sorry im not an artist hehe
|
|
maxHealth = 1.5 * STANDARD_ORGAN_THRESHOLD
|
|
metabolism_efficiency = 0.07
|