[MIRROR] Add art canvas size to canvas description. (#10220)

Co-authored-by: TheGreatKitsune <88862343+TheGreatKitsune@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-02-24 02:39:20 -07:00
committed by GitHub
parent 1c7901a145
commit f1f41aa6f0

View File

@@ -71,6 +71,7 @@
/obj/item/canvas/Initialize() /obj/item/canvas/Initialize()
. = ..() . = ..()
reset_grid() reset_grid()
desc += " (Canvas size is [width]x[height].)"
/obj/item/canvas/proc/reset_grid() /obj/item/canvas/proc/reset_grid()
grid = new/list(width,height) grid = new/list(width,height)