Skip to content

Commit

Permalink
[MIRROR] Increases CMO hypospray capacity + adds microdosing [MDB IGN…
Browse files Browse the repository at this point in the history
…ORE] (#25173)

* Increases CMO hypospray capacity + adds microdosing (#79813)

## About The Pull Request

Increases the reagent capacity of the CMO hypospray to 60u and adds the
ability to inject smaller amounts of reagents, like a dropper can.

You still only get 30u of omnizine, sorry.

## Why It's Good For The Game

The hypospray is pretty dogwater as a medical tool. The tiny 30u
capacity means you'll be refilling it constantly, making it unattractive
compared to medigels or pills for everything but murder. These changes
solve that issue by making the capacity less miserable and also give it
a unique niche of being able to efficiently administer medicines via
microdosing.

## Changelog
:cl: Bumtickley00
balance: The CMO's hypospray now holds 60u, and can be set to inject
smaller amounts of reagents
/:cl:

---------

Co-authored-by: bumtickley00 <pebis@ lol.com>

* Increases CMO hypospray capacity + adds microdosing

---------

Co-authored-by: Jay <[email protected]>
Co-authored-by: bumtickley00 <pebis@ lol.com>
  • Loading branch information
3 people authored and FFMirrorBot committed Nov 21, 2023
1 parent 88d6c16 commit 6240aae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/reagents/reagent_containers/hypospray.dm
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@


/obj/item/reagent_containers/hypospray/cmo
volume = 60
possible_transfer_amounts = list(1,3,5)
list_reagents = list(/datum/reagent/medicine/omnizine = 30)
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | ACID_PROOF

Expand Down

0 comments on commit 6240aae

Please sign in to comment.