mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Fixes #14173, other modular computer file manager improvements
This commit is contained in:
committed by
CHOMPStation2
parent
fb1b9498ad
commit
71da50bf43
@@ -291,4 +291,10 @@
|
||||
if(autorun.stored_data == program)
|
||||
autorun.stored_data = null
|
||||
else
|
||||
autorun.stored_data = program
|
||||
autorun.stored_data = program
|
||||
|
||||
/obj/item/modular_computer/proc/find_file_by_uid(var/uid)
|
||||
if(hard_drive)
|
||||
. = hard_drive.find_file_by_uid(uid)
|
||||
if(portable_drive && !.)
|
||||
. = portable_drive.find_file_by_uid(uid)
|
||||
Reference in New Issue
Block a user