mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
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 🆑 balance: Roundstart mutadone pills now have less chems in them from 50 to 5 /🆑
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user