Merge pull request #14061 from Hatterhat/gauze-parity

something something gauze things
This commit is contained in:
silicons
2021-01-17 20:40:09 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -1125,7 +1125,7 @@
/datum/reagent/space_cleaner/sterilizine/reaction_obj(obj/O, reac_volume)
if(istype(O, /obj/item/stack/medical/gauze))
var/obj/item/stack/medical/gauze/G = O
reac_volume = min((reac_volume / 10), G.amount)
reac_volume = min((reac_volume / 5), G.amount)
new /obj/item/stack/medical/gauze/adv(get_turf(G), reac_volume)
G.use(reac_volume)