mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-11 16:23:14 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user