mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +01:00
File Copying + Tech Support Buff (#9241)
This commit is contained in:
@@ -27,8 +27,8 @@ var/global/file_uid = 0
|
||||
return ..()
|
||||
|
||||
// Returns independent copy of this file.
|
||||
/datum/computer_file/proc/clone(var/rename = FALSE)
|
||||
var/datum/computer_file/temp = new type
|
||||
/datum/computer_file/proc/clone(var/rename = FALSE, var/computer)
|
||||
var/datum/computer_file/temp = new type(computer)
|
||||
temp.unsendable = unsendable
|
||||
temp.undeletable = undeletable
|
||||
temp.size = size
|
||||
|
||||
Reference in New Issue
Block a user