mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-13 08:04:22 +01:00
Add art canvas size to canvas description. (#17188)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user