Skip to content

Commit

Permalink
bugfix: Plastic reaction (ss220-space#5407)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoonij authored Jul 15, 2024
1 parent 1191f05 commit 9233bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry/recipes/others.dm
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
result_amount = 1

/datum/chemical_reaction/plastic_polymers/on_reaction(datum/reagents/holder, created_volume)
new /obj/item/stack/sheet/plastic(get_turf(holder.my_atom), 10)
new /obj/item/stack/sheet/plastic(get_turf(holder.my_atom), created_volume * 10)

/datum/chemical_reaction/lube
name = "Space Lube"
Expand Down

0 comments on commit 9233bcf

Please sign in to comment.