-
Notifications
You must be signed in to change notification settings - Fork 263
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
Removes TWitch from normal rounds, and blacklists key chems from stra #4626
base: master
Are you sure you want to change the base?
Removes TWitch from normal rounds, and blacklists key chems from stra #4626
Conversation
/datum/reagent/impedrezene = 5, | ||
/datum/reagent/bluespace = 10, | ||
/datum/reagent/consumable/liquidelectricity = 2, | ||
/datum/reagent/medicine/adminordrazine = 30, |
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 suggest making it need lavaland reagents instead, that or making it be a secret recipe like metalgen, currently this is a waste of adminordrazine as its still a better chem
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 contemplated on this, but decided not to. Having full projectile immunity is extremely busted, and it's not suppose to be made anyways, which is why it uses adminordrazine.
@@ -71,7 +71,19 @@ | |||
var/list/infusion_mutations = list() | |||
///infusion damage | |||
var/infusion_damage = 0 | |||
|
|||
///Blacklist for strange seeds, because botany is already as strong as it is. |
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.
this should be in a modular folder
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'll move it when I get home then.
there is already a way to remove chems from strange seeds, remove the REAGENT_CAN_BE_SYNTHESIZED flag from the chem, you don't need to make it admin only, there are a few ways to make something exclusive instead of removing it entirely but adminbus rounds. I'm not a maintainer but i don't see with good eyes hasty uncreative attempts of nerfs I also think muscle stimulants should not be blacklisted |
Personally I don't really have a huge problem with TWitch, and I can think of a few better ways to nerf it than just... essentially outright removing it? But my main issue here is the fact this also removes a few miscellaneous chems from strange seeds, without really justifying it or mentioning it (save for offhandedly in the changelog). |
About The Pull Request
As the story implies, nerfs strange seeds by adding a blacklist for certain chemicals. And makes TWitch an admin only chemical.
Why It's Good For The Game
I dont think i need to explain how meth speed + projectile immunity is inherently unhealthy, especially with little downsides and easy (with some smarts) access. Also, we dont need botany to grow adminordrazine banana's. They're already strong as is. This doesnt remove it, nor the autoinjector form the game, but makes it admin only.
Changelog
🆑
balance: Blacklisted spesific antag and admin reagents from strange seeds.
balance: Changed the recipe for TWitch, making it effectivly impossible to get. If you somehow make it, you earned it.
del: Removed the TWitch injector from a hacked ordering computer.
admin: Added a warning to the TWitch autoinjector OPFOR item.
/:cl: