-
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -213,12 +213,11 @@ | |
// Reaction to make twitch, makes 10u from 17u input reagents | ||
/datum/chemical_reaction/twitch | ||
results = list( | ||
/datum/reagent/drug/twitch = 10, | ||
/datum/reagent/drug/twitch = 5, | ||
) | ||
required_reagents = list( | ||
/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 commentThe 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 commentThe 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. |
||
/datum/reagent/bluespace = 30 //why? because fuck you thats why. Im gonna leave it at this. Good luck making it. | ||
) | ||
mob_react = FALSE | ||
reaction_tags = REACTION_TAG_EASY | REACTION_TAG_DRUG | REACTION_TAG_ORGAN | REACTION_TAG_DAMAGING | ||
|
@@ -228,10 +227,12 @@ | |
name = "TWitch" | ||
description = "A drug originally developed by and for plutonians to assist them during raids. \ | ||
Does not see wide use due to the whole reality-disassociation and heart disease thing afterwards. \ | ||
Can be intentionally overdosed to increase the drug's effects" | ||
However, the gods came to an agreement, and banished it from the realms. \ | ||
If the gods catch you using this, expect a swift and painful death." | ||
|
||
reagent_state = LIQUID | ||
color = "#c22a44" | ||
taste_description = "television static" | ||
taste_description = "television static, and the gods wrath" | ||
metabolization_rate = 0.65 * REAGENTS_METABOLISM | ||
ph = 3 | ||
overdose_threshold = 15 | ||
|
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.