Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

The anime trait now warns you that your food preferences will change #997

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KoboldCommando
Copy link

About The Pull Request

A suggestion from Kumi! A number of people have wound up confused by the fact that the anime implant changes your food preferences, often in a rather harsh manner. This adds a couple warnings just to try to give people a heads up that something's going on.

Ideally there will eventually be a more robust system for telling if a food is good to eat or not, but that would be a PR with a much larger scope.

Why It's Good For The Game

Fewer confused newbies, more clarity of mechanics.

Changelog

🆑
add: The anime trait now warns you that your food preferences will change
/:cl:

@@ -137,6 +137,7 @@
weeb.add_splatter_floor(location)
var/msg = "<span class=danger>You feel the power of God and Anime flow through you!</span>"
to_chat(weeb, msg)
to_chat(weeb, "<span class=danger>Through the power of Anime, your food preferences now match your new form!</span>")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we leave the God and Anime in there? It's an ancient meme reference

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it keeps it, but adds a second message on top.
Could probably just be combined into something like You feel the power of God and Anime flow through you! Your tastes in food have also changed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants