canvas removal

This commit is contained in:
Ty-Omaha
2018-09-12 02:15:15 -04:00
parent eee57a2b46
commit 52ab5abb0c
2 changed files with 11 additions and 0 deletions
+9
View File
@@ -72,6 +72,15 @@ var/global/list/globalBlankCanvases[AMT_OF_CANVASES]
icon_state = "23x23"
whichGlobalBackup = 4
//HEY YOU
//ARE YOU READING THE CODE FOR 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
/obj/item/canvas/Initialize()
..()
return INITIALIZE_HINT_QDEL //Delete on creation
//Find the right size blank canvas
/obj/item/canvas/proc/getGlobalBackup()