mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Floor diseases are easier to cure (#83613)
## About The Pull Request The floor diseases were supposed to be more of a joke, but it seems to be a bother for many due to the scarcity of cures. This PR changes the floor diseases cures to some common chemicals. ## Why It's Good For The Game They weren't supposed to suffer this much. ## Changelog 🆑 balance: Floor diseases cures are now common chemicals: Milk, Chlorine, Space Cleaner /🆑
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
desc = "You have an angry space carp inside."
|
||||
form = "Parasite"
|
||||
agent = "Carp Ella"
|
||||
cures = list(/datum/reagent/carpet)
|
||||
cures = list(/datum/reagent/chlorine)
|
||||
viable_mobtypes = list(/mob/living/carbon/human)
|
||||
spread_flags = DISEASE_SPREAD_NON_CONTAGIOUS
|
||||
severity = DISEASE_SEVERITY_MEDIUM
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
desc = "If left untreated, may manifest in severe Tritium heartburn."
|
||||
form = "Infection"
|
||||
agent = "Atmobacter Polyri"
|
||||
cures = list(/datum/reagent/firefighting_foam)
|
||||
cures = list(/datum/reagent/consumable/milk)
|
||||
viable_mobtypes = list(/mob/living/carbon/human)
|
||||
spread_flags = DISEASE_SPREAD_NON_CONTAGIOUS
|
||||
severity = DISEASE_SEVERITY_HARMFUL
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
desc = "You can't contain the colorful beauty of the cosmos inside."
|
||||
form = "Condition"
|
||||
agent = "Stars"
|
||||
cures = list(/datum/reagent/bluespace)
|
||||
cures = list(/datum/reagent/space_cleaner)
|
||||
viable_mobtypes = list(/mob/living/carbon/human)
|
||||
spread_flags = DISEASE_SPREAD_NON_CONTAGIOUS
|
||||
severity = DISEASE_SEVERITY_MEDIUM
|
||||
|
||||
Reference in New Issue
Block a user