mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Merge pull request #39401 from Jared-Fogle/nocanvas
Removes canvases on runtime
This commit is contained in:
committed by
yogstation13-bot
parent
8a8ce6e578
commit
c9ad4453a8
@@ -13,7 +13,6 @@
|
|||||||
max_integrity = 60
|
max_integrity = 60
|
||||||
var/obj/item/canvas/painting = null
|
var/obj/item/canvas/painting = null
|
||||||
|
|
||||||
|
|
||||||
//Adding canvases
|
//Adding canvases
|
||||||
/obj/structure/easel/attackby(obj/item/I, mob/user, params)
|
/obj/structure/easel/attackby(obj/item/I, mob/user, params)
|
||||||
if(istype(I, /obj/item/canvas))
|
if(istype(I, /obj/item/canvas))
|
||||||
@@ -66,6 +65,15 @@ GLOBAL_LIST_INIT(globalBlankCanvases, new(AMT_OF_CANVASES))
|
|||||||
icon_state = "23x23"
|
icon_state = "23x23"
|
||||||
whichGlobalBackup = 4
|
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
|
//Find the right size blank canvas
|
||||||
/obj/item/canvas/proc/getGlobalBackup()
|
/obj/item/canvas/proc/getGlobalBackup()
|
||||||
@@ -124,5 +132,4 @@ GLOBAL_LIST_INIT(globalBlankCanvases, new(AMT_OF_CANVASES))
|
|||||||
user.visible_message("<span class='notice'>[user] cleans the canvas.</span>","<span class='notice'>You clean the canvas.</span>")
|
user.visible_message("<span class='notice'>[user] cleans the canvas.</span>","<span class='notice'>You clean the canvas.</span>")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#undef AMT_OF_CANVASES
|
#undef AMT_OF_CANVASES
|
||||||
|
|||||||
Reference in New Issue
Block a user