Skip to content
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

Ports a few prs, also monkified lizardpeople are just really short lizards now #537

Merged
merged 14 commits into from
Jul 30, 2024
Prev Previous commit
Next Next commit
F u
  • Loading branch information
MrMelbert committed Jul 19, 2024
commit 9b5a9cbe6bb494d5dd3f20ca244d2c632f6a0db9
4 changes: 2 additions & 2 deletions code/modules/reagents/reagent_containers/hypospray.dm
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@

/obj/item/reagent_containers/hypospray/medipen/methamphetamine
name = "methamphetamine medipen"
volume = 24
amount_per_transfer_from_this = 24
volume = 25
amount_per_transfer_from_this = 25
desc = "Contains a relatively safe quantity of methamphetamine, along with mannitol to ensure that brain damage is kept at a minimum."
list_reagents = list(/datum/reagent/drug/methamphetamine = 10, /datum/reagent/medicine/mannitol = 15)

Expand Down
Loading