-
Notifications
You must be signed in to change notification settings - Fork 287
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
health scanner obsucation #5124
base: master
Are you sure you want to change the base?
health scanner obsucation #5124
Conversation
This does leave regular scanners untouched right ? |
So fucking zased |
i don't get why handheld scanners obsucation is perk locked with zero bio bypass if 90% of medical items (including the much larger supposed "advanced" scanners that require a lot more bio to use) have a stat bypass, how are you gonna convince me that someone that can accurately read a much larger/advanced scanner is incapable of reading a handheld smaller scanner |
I'm not a huge fan of there being any bypass to be honest. It kind of defeat the purpose of moving away from hard numbers so people stop saying shit like " 20 brute to the arm" since clearly we can't expect people to role play or something like that, we have to do it by code. |
I'm not particularly a fan of this recent shift toward more 'fuzzy' readouts. |
If staff would enforce roleplay standards this would be a non issue. We could rely on them to keep players to be kept in check and not straight up spout game terms |
Hilariously enough. This change makes it so that examining a person gives you exactly the same amount of information as using a health scanner now. I would suggest making the damage threshold more granular. An even better solution would be to have a word output and a number output at the same time. To guide people to tell which damage case is what tier, while also not completly removing any instant feedback that otherwise just feels fustrating. |
This would be a good way to do it. K5 suggested making it percentage based rather than direct damage numbers and putting that side by side with the actual terminology would be good. |
I'd prefer it if a high BIO would also be usable in place of perk requirements. |
@@ -55,6 +56,10 @@ | |||
to_chat(usr, SPAN_WARNING("Your biological understanding isn't enough to use this.")) | |||
return | |||
|
|||
if(user.stats?.getPerk(PERK_NO_OBFUSCATION) || user.stats?.getPerk(PERK_ADVANCED_MEDICAL)) |
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.
if(user.stats?.getPerk(PERK_NO_OBFUSCATION) || user.stats?.getPerk(PERK_ADVANCED_MEDICAL)) | |
if(user.stats?.getPerk(PERK_NO_OBFUSCATION) || user.stats?.getPerk(PERK_ADVANCED_MEDICAL) || user.stat_check(STAT_BIO, STAT_LEVEL_EXPERT)) |
About The Pull Request
Medical scanners (the hand held ones) now have a bit of OBSUCATION YAY!
Having the perk for OBSUCATION or ADVANCED MEDICAL removes this obscuration
Requested PR
Tested with and with OBSUCATION perk