Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Aug 27, 2023
1 parent 607268a commit 2ce392f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/reagent_containers/hypospray.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
icon_state = "hypo"
amount_per_transfer_from_this = 5
volume = 30
possible_transfer_amounts = list(5,10,15,30)
possible_transfer_amounts = list(3, 5, 10, 15, 30)
flags_atom = FPRINT|OPENCONTAINER
flags_equip_slot = SLOT_WAIST
flags_item = NOBLUDGEON
Expand Down

0 comments on commit 2ce392f

Please sign in to comment.