atomization is cowardice actually

This commit is contained in:
Hatterhat
2021-01-12 16:08:17 -06:00
parent 63aaac873f
commit cb40ad4764
11 changed files with 47 additions and 38 deletions
@@ -1126,7 +1126,7 @@
if(istype(O, /obj/item/stack/medical/gauze))
var/obj/item/stack/medical/gauze/G = O
reac_volume = min((reac_volume / 10), G.amount)
new/obj/item/stack/medical/gauze/adv(get_turf(G), reac_volume)
new /obj/item/stack/medical/gauze/adv(get_turf(G), reac_volume)
G.use(reac_volume)