-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mental Illnesses [WIP] #118
base: master
Are you sure you want to change the base?
Conversation
Adds a basic framework for mental illnesses, so the psychologist actually has something to do. Mental illnesses are non-contagious, invisible diseases that crew members have a chance to spawn with. Crew that start with a mental illness will have an empty bottle of pills in their backpack.
I really like the idea, and I'll take a look through the code shortly. I'm wondering if it would be better to make it something that they choose in character creation, what do you think? Besides that, it sounds good, and I'll comment more after I've taken a look. |
Code looks good, besides the obvious stuff you've pointed out. I'll try to think of some disorders to add. |
@CoZarctan you need to update your repo before this can be merged. Also, do you have plans to work out the issues that you point out in your comments? |
Mental Illness are invisible, non-contagious diseases that the Psychologist can treat. | ||
*/ | ||
|
||
#define DISORDER_CHANCE 100 //The percent chance a new crewmember will have a random mental disorder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the crew are mental! I feel that we should make the frequency quite low, or let the players choose their disorder. Opinion?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to choose my disorder. For roleplay.
Yeah, I didn't intend for this to be merged in its current state anyway, and I want to work on it more this weekend. I was thinking 5% would be a good base disorder chance, but that's open for discussion. Choosing a disorder on creation is an interesting idea that I definitely would not have thought of on my own! That's the kind of thing I was looking for when I opened the PR. |
-The brig cell lockers now work -Adjusted the position of the medbay exam room mirrors
For the aspiring master of life and death, a necromancer's robe! http://i.imgur.com/yllgFhs.png
"Virology Acces Button"
Conflicts: code/game/gamemodes/gameticker.dm tgstation.dme
@CoZarctan Any updates on this? |
There is veeerry sloooow progress, yes. Hopefully I can pick up the pace a bit this week. |
Conflicts: _maps/map_files/Glloydstation.dmm
No problem, just checking in as I was away last week myself. |
@CoZarctan I had someone ask me about the point of psychologist, and I thought of this. This was a pretty awesome idea. Would you be interested in porting it to https://github.com/UristMcStation/UristMcStation for me? It shouldn't be too complicated. Even if it's just the framework like you did here, the system could easily be expanded upon. Also, BS12 has a ton of stuff you can choose from the player preferences page, like if your char is missing an arm, or needs glasses, or has a prosthetic. I feel that the idea we had about letting people choose disabilities in their prefs would fit in well in the new repo. If you're not interested, I may look into porting it myself, but I have no idea when I would have a chance. Thanks! |
When are we going to merge this? |
Adds a basic framework for mental illnesses, so the psychologist
actually has something to do. Mental illnesses are non-contagious,
invisible diseases that crew members have a chance to spawn with. Crew
that start with a mental illness will have an empty bottle of pills in
their backpack.
There's a lot that can still be done, but what it needs most right now is feedback, especially suggestions or criticisms.