Skip to content

Commit

Permalink
[MIRROR] Floor diseases are easier to cure (#2804)
Browse files Browse the repository at this point in the history
* 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

:cl:
balance: Floor diseases cures are now common chemicals: Milk, Chlorine,
Space Cleaner
/:cl:

* Floor diseases are easier to cure

---------

Co-authored-by: Andrew <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed Jun 2, 2024
1 parent 31b848e commit 711b093
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/datums/diseases/advance/floor_diseases/carpellosis.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion code/datums/diseases/advance/floor_diseases/gastritium.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 711b093

Please sign in to comment.