From e4b2f15e95b4be421762fdb60073f9db09a77748 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 9 Jun 2024 01:26:43 +0200 Subject: [PATCH] lowers mutadone pill volume from 50 to 5 (#83713) ## About The Pull Request This pr lowers the volume for roundstart mutadone pills from 50 to 5 ## Why It's Good For The Game Realisticly you only need a single unit of mutadone and it will wipe all your mutations 50 units in roundstart bottles were overkill it would mean genetics would start with 250 units of mutadone which would have upto 250 uses lowering the amount will also be more player friendly that uses a pill to change a mutation or something quick and not have 50 units run trough their system and unable to add powers to themselves for the next 10 minutes ## Changelog :cl: balance: Roundstart mutadone pills now have less chems in them from 50 to 5 /:cl: --- code/modules/reagents/reagent_containers/pill.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/reagent_containers/pill.dm b/code/modules/reagents/reagent_containers/pill.dm index 98ba3a13ed2..c4c3003d768 100644 --- a/code/modules/reagents/reagent_containers/pill.dm +++ b/code/modules/reagents/reagent_containers/pill.dm @@ -162,7 +162,7 @@ name = "mutadone pill" desc = "Used to treat genetic damage." icon_state = "pill20" - list_reagents = list(/datum/reagent/medicine/mutadone = 50) + list_reagents = list(/datum/reagent/medicine/mutadone = 5) rename_with_volume = TRUE /obj/item/reagent_containers/pill/salicylic