Skip to content

Commit

Permalink
[MIRROR] Paint cans actually hold an appreciable amount of paint [MDB…
Browse files Browse the repository at this point in the history
… IGNORE] (#696)

* Paint cans actually hold an appreciable amount of paint (#79791)

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: YakumoChen <[email protected]>
  • Loading branch information
3 people authored Nov 18, 2023
1 parent 1135615 commit 8645e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/paint.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/// With what color will we paint with
var/paint_color = COLOR_WHITE
/// How many uses are left
var/paintleft = 10
var/paintleft = 200

/obj/item/paint/Initialize(mapload)
. = ..()
Expand Down

0 comments on commit 8645e81

Please sign in to comment.