Merge pull request #5824 from Heroman3003/paint_bucket_fix

Fixes non-black/white paint buckets not actually having paint in them
This commit is contained in:
Neerti
2019-01-12 04:22:29 -05:00
committed by GitHub
+1 -1
View File
@@ -37,7 +37,7 @@ var/global/list/cached_icons = list()
else if (paint_type == "black")
reagents.add_reagent("carbon", volume/5)
else
reagents.add_reagent("crayon_dust_[paint_type]", volume/5)
reagents.add_reagent("marker_ink_[paint_type]", volume/5)
reagents.handle_reactions()
red