mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 07:32:02 +00:00
@@ -50,4 +50,4 @@ var/global/file_uid = 0
|
||||
if(input_password == password)
|
||||
return TRUE
|
||||
else
|
||||
return FALSE
|
||||
return FALSE
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
size = max(1, round(length(stored_data) / block_size))
|
||||
|
||||
/datum/computer_file/data/logfile
|
||||
filetype = "LOG"
|
||||
filetype = "LOG"
|
||||
|
||||
@@ -40,4 +40,4 @@
|
||||
// /datum/computer_file/data/news_article/space/vol_five
|
||||
// filename = "SPACE Magazine vol. 5"
|
||||
// server_file_path = 'news_articles/space_magazine_5.html'
|
||||
// archived = 0
|
||||
// archived = 0
|
||||
|
||||
@@ -25,4 +25,4 @@
|
||||
/datum/computer_file/program/pai_access_lock/program_hidden()
|
||||
if(!computer.personal_ai)
|
||||
return TRUE
|
||||
return FALSE
|
||||
return FALSE
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
return temp
|
||||
|
||||
/datum/computer_file/script/proc/calculate_size()
|
||||
size = max(1, round(length(code) / block_size))
|
||||
size = max(1, round(length(code) / block_size))
|
||||
|
||||
Reference in New Issue
Block a user