From ab2c7ed367b32f7d524a46d1ab374bfbd23c82bd Mon Sep 17 00:00:00 2001 From: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com> Date: Fri, 27 Jul 2018 06:53:45 -0700 Subject: [PATCH] Cyberboss --- code/game/objects/structures/artstuff.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/game/objects/structures/artstuff.dm b/code/game/objects/structures/artstuff.dm index 6184f758c80..b8320c80fbd 100644 --- a/code/game/objects/structures/artstuff.dm +++ b/code/game/objects/structures/artstuff.dm @@ -70,11 +70,11 @@ GLOBAL_LIST_INIT(globalBlankCanvases, new(AMT_OF_CANVASES)) //ARE YOU AWARE THEY CRASH HALF THE SERVER WHEN SOMEONE DRAWS ON THEM... //...AND NOBODY CAN FIGURE OUT WHY? //THEN GO ON BRAVE TRAVELER -//TRY TO FIX THEM AND REMOVE THIS CODE (AND THE BLOCK COMMENT) +//TRY TO FIX THEM AND REMOVE THIS CODE /obj/item/canvas/Initialize() + ..() return INITIALIZE_HINT_QDEL //Delete on creation -/* //Find the right size blank canvas /obj/item/canvas/proc/getGlobalBackup() . = null @@ -132,5 +132,4 @@ GLOBAL_LIST_INIT(globalBlankCanvases, new(AMT_OF_CANVASES)) user.visible_message("[user] cleans the canvas.","You clean the canvas.") -*/ #undef AMT_OF_CANVASES