Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 831cd70

Browse files
authored
Buffs medical spray bottles to be actually useful? (#22606)
* bfff * f
1 parent 3bdf023 commit 831cd70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/modules/reagents/reagent_containers/medspray.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
w_class = WEIGHT_CLASS_SMALL
1515
throw_speed = 3
1616
throw_range = 7
17-
amount_per_transfer_from_this = 10
18-
volume = 30
17+
amount_per_transfer_from_this = 25
18+
volume = 100
1919
var/can_fill_from_container = TRUE
2020
var/apply_type = PATCH
2121
var/apply_method = "spray"

0 commit comments

Comments
 (0)