Update files

This commit is contained in:
SandPoot
2022-04-06 18:41:31 -03:00
parent 4c3fa08cdf
commit 586a035132
881 changed files with 1599 additions and 1599 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
user.visible_message(span_suicide("[user] begins putting [user.p_their()] head into the clip of \the [src]! It looks like [user.p_theyre()] trying to commit suicide!"))
return BRUTELOSS //The clipboard's clip is very strong. Industrial duty. Can kill a man easily.
/obj/item/clipboard/Initialize()
/obj/item/clipboard/Initialize(mapload)
update_appearance()
. = ..()
+1 -1
View File
@@ -192,7 +192,7 @@ GLOBAL_LIST_EMPTY(employmentCabinets)
///This var is so that its filled on crew interaction to be as accurate (including latejoins) as possible, true until first interact
var/virgin = TRUE
/obj/structure/filingcabinet/employment/Initialize()
/obj/structure/filingcabinet/employment/Initialize(mapload)
. = ..()
GLOB.employmentCabinets += src
+4 -4
View File
@@ -100,7 +100,7 @@
name = "folder- 'TOP SECRET'"
desc = "A folder stamped \"Top Secret - Property of Nanotrasen Corporation. Unauthorized distribution is punishable by death.\""
/obj/item/folder/documents/Initialize()
/obj/item/folder/documents/Initialize(mapload)
. = ..()
new /obj/item/documents/nanotrasen(src)
update_icon()
@@ -113,7 +113,7 @@
/obj/item/folder/syndicate/red
icon_state = "folder_sred"
/obj/item/folder/syndicate/red/Initialize()
/obj/item/folder/syndicate/red/Initialize(mapload)
. = ..()
new /obj/item/documents/syndicate/red(src)
update_icon()
@@ -121,12 +121,12 @@
/obj/item/folder/syndicate/blue
icon_state = "folder_sblue"
/obj/item/folder/syndicate/blue/Initialize()
/obj/item/folder/syndicate/blue/Initialize(mapload)
. = ..()
new /obj/item/documents/syndicate/blue(src)
update_icon()
/obj/item/folder/syndicate/mining/Initialize()
/obj/item/folder/syndicate/mining/Initialize(mapload)
. = ..()
new /obj/item/documents/syndicate/mining(src)
update_icon()
+3 -3
View File
@@ -101,7 +101,7 @@
contact_poison = null
. = ..()
/obj/item/paper/Initialize()
/obj/item/paper/Initialize(mapload)
. = ..()
pixel_x = initial(pixel_x) + rand(-9, 9)
pixel_y = initial(pixel_y) + rand(-8, 8)
@@ -371,14 +371,14 @@
*/
/obj/item/paper/construction
/obj/item/paper/construction/Initialize()
/obj/item/paper/construction/Initialize(mapload)
. = ..()
color = pick("FF0000", "#33cc33", "#ffb366", "#551A8B", "#ff80d5", "#4d94ff")
/**
* Natural paper
*/
/obj/item/paper/natural/Initialize()
/obj/item/paper/natural/Initialize(mapload)
. = ..()
color = "#FFF5ED"
+2 -2
View File
@@ -12,7 +12,7 @@
pass_flags = PASSTABLE
/obj/item/papercutter/Initialize()
/obj/item/papercutter/Initialize(mapload)
. = ..()
storedcutter = new /obj/item/hatchet/cutterblade(src)
update_icon()
@@ -120,7 +120,7 @@
return ..()
/obj/item/paperslip/Initialize()
/obj/item/paperslip/Initialize(mapload)
. = ..()
pixel_x = initial(pixel_x) + rand(-5, 5)
pixel_y = initial(pixel_y) + rand(-5, 5)
+2 -2
View File
@@ -113,7 +113,7 @@
)
embedding = list("embed_chance" = 75)
/obj/item/pen/fountain/captain/Initialize()
/obj/item/pen/fountain/captain/Initialize(mapload)
. = ..()
AddComponent(/datum/component/butchering, 200, 115) //the pen is mightier than the sword
@@ -212,7 +212,7 @@
reagents.trans_to(M, reagents.total_volume, log = "sleepypen inject")
/obj/item/pen/sleepy/Initialize()
/obj/item/pen/sleepy/Initialize(mapload)
. = ..()
create_reagents(45, OPENCONTAINER)
reagents.add_reagent(/datum/reagent/toxin/chloralhydrate, 20)
+1 -1
View File
@@ -44,7 +44,7 @@
/// Indicates whether the printer is currently busy copying or not.
var/busy = FALSE
/obj/machinery/photocopier/Initialize()
/obj/machinery/photocopier/Initialize(mapload)
. = ..()
// AddComponent(/datum/component/payment, 5, SSeconomy.get_dep_account(ACCOUNT_CIV), PAYMENT_CLINICAL)
toner_cartridge = new(src)
+3 -3
View File
@@ -44,7 +44,7 @@
tickets.Cut()
update_icon()
/obj/machinery/ticket_machine/Initialize()
/obj/machinery/ticket_machine/Initialize(mapload)
. = ..()
update_icon()
@@ -69,7 +69,7 @@
req_access = list()
id = "ticket_machine_default"
/obj/machinery/button/ticket_machine/Initialize()
/obj/machinery/button/ticket_machine/Initialize(mapload)
. = ..()
if(device)
var/obj/item/assembly/control/ticket_machine/ours = device
@@ -92,7 +92,7 @@
desc = "A remote controller for the HoP's ticket machine."
var/obj/machinery/ticket_machine/linked //To whom are we linked?
/obj/item/assembly/control/ticket_machine/Initialize()
/obj/item/assembly/control/ticket_machine/Initialize(mapload)
..()
return INITIALIZE_HINT_LATELOAD