mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-11 16:14:08 +01:00
Fixes nanopaint file harddels (#96280)
This commit is contained in:
@@ -98,6 +98,10 @@
|
||||
src.workspace = workspace
|
||||
src.source_photo_or_painting = source_photo_or_painting
|
||||
|
||||
/datum/computer_file/data/paint_project/Destroy(force)
|
||||
source_photo_or_painting = null
|
||||
return ..()
|
||||
|
||||
/datum/computer_file/data/paint_project/clone(rename)
|
||||
var/datum/computer_file/data/paint_project/temp = ..()
|
||||
temp.workspace = workspace.copy()
|
||||
|
||||
Reference in New Issue
Block a user