Add art canvas size to canvas description. (#17188)

This commit is contained in:
TheGreatKitsune
2025-02-19 13:47:42 -05:00
committed by GitHub
parent 4de4abd6e3
commit c3a2e63ee1
+1
View File
@@ -71,6 +71,7 @@
/obj/item/canvas/Initialize()
. = ..()
reset_grid()
desc += " (Canvas size is [width]x[height].)"
/obj/item/canvas/proc/reset_grid()
grid = new/list(width,height)