Skip to content

Commit

Permalink
Hypospray can inject 60/120u at once (#16187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xander3359 authored Jun 29, 2024
1 parent 9a5820f commit b17bbff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/reagents/reagent_containers/hypospray.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
worn_icon_state = "hypo"
icon_state = "hypo"
amount_per_transfer_from_this = 10
possible_transfer_amounts = list(1, 3, 5, 10, 15, 20, 30)
possible_transfer_amounts = list(1, 3, 5, 10, 15, 20, 30, 60)
volume = 60
reagent_flags = OPENCONTAINER
equip_slot_flags = ITEM_SLOT_BELT
Expand Down Expand Up @@ -506,6 +506,7 @@
icon_state = "hypomed"
core_name = "hypospray"
volume = 120
possible_transfer_amounts = list(1, 3, 5, 10, 15, 20, 30, 60, 120)

/obj/item/reagent_containers/hypospray/advanced/big/bicaridine
name = "big bicaridine hypospray"
Expand Down

0 comments on commit b17bbff

Please sign in to comment.