
Written on the back:
[P.scribble]" : null]" + "", "window=[name]")
/obj/item/paper_bundle/attack_self(mob/user as mob)
diff --git a/code/modules/paperwork/pen.dm b/code/modules/paperwork/pen.dm
index e6030cf08db..227fc1eb27b 100644
--- a/code/modules/paperwork/pen.dm
+++ b/code/modules/paperwork/pen.dm
@@ -121,7 +121,7 @@ Pen exclusive commands
to_chat(user, "
You stab [M] with \the [src].")
// to_chat(M, "\red You feel a tiny prick!" //That's a whole lot of meta!)
M.attack_log += text("\[[time_stamp()]\]
Has been stabbed with [name] by [user.name] ([user.ckey])")
- user.attack_log += text("\[[time_stamp()]\]
Used the [name] to stab [M.name] ([M.ckey])")
+ user.attack_log += text("\[[time_stamp()]\]
Used the [name] to stab [M.name] ([M.ckey])")
msg_admin_attack("[user.name] ([user.ckey]) Used the [name] to stab [M.name] ([M.ckey]) (
JMP)",ckey=key_name(user),ckey_target=key_name(M))
return
diff --git a/code/modules/paperwork/photography.dm b/code/modules/paperwork/photography.dm
index 0b3bcf12c71..cbb9ec6c465 100644
--- a/code/modules/paperwork/photography.dm
+++ b/code/modules/paperwork/photography.dm
@@ -59,7 +59,7 @@ var/global/photo_count = 0
to_chat(user, "
It is too far away.")
/obj/item/photo/proc/show(mob/user as mob)
- to_chat(user, browse_rsc(img, "tmp_photo_[id].png"))
+ send_rsc(user, img, "tmp_photo_[id].png")
user << browse("
[name]" + "" + "

" + "[scribble ? "
Written on the back:
[scribble]" : ""]" + "", "window=book;size=[64*photo_size]x[scribble ? 400 : 64*photo_size]")
onclose(user, "[name]")
return
diff --git a/code/modules/power/antimatter/shielding.dm b/code/modules/power/antimatter/shielding.dm
index 26d453481e1..a74a1749076 100644
--- a/code/modules/power/antimatter/shielding.dm
+++ b/code/modules/power/antimatter/shielding.dm
@@ -238,7 +238,7 @@ proc/cardinalrange(var/center)
/obj/item/device/am_shielding_container/attackby(var/obj/item/I, var/mob/user)
if(I.ismultitool() && isturf(loc))
if(locate(/obj/machinery/am_shielding/) in loc)
- to_chat(user, "
\icon[src]There is already an antimatter reactor section there.")
+ to_chat(user, "
[icon2html(src, user)]There is already an antimatter reactor section there.")
return
//Search for shielding first
@@ -254,7 +254,7 @@ proc/cardinalrange(var/center)
new/obj/machinery/am_shielding(src.loc, AMC)
qdel(src)
else //Stranded & Alone
- to_chat(user, "
\icon[src]Couldn't connect to an Antimatter Control Unit.")
+ to_chat(user, "
[icon2html(src, user)]Couldn't connect to an Antimatter Control Unit.")
return
..()
diff --git a/code/modules/power/gravitygenerator.dm b/code/modules/power/gravitygenerator.dm
index 3ceeb329244..675f58568fa 100644
--- a/code/modules/power/gravitygenerator.dm
+++ b/code/modules/power/gravitygenerator.dm
@@ -281,7 +281,7 @@
if(href_list["gentoggle"])
breaker = !breaker
- investigate_log("was toggled [breaker ? "
ON" : "
OFF"] by [usr.key].", "gravity")
+ investigate_log("was toggled [breaker ? "
ON" : "
OFF"] by [usr.key].", "gravity")
set_power()
src.updateUsrDialog()
else if(href_list["eshutoff"])
diff --git a/code/modules/power/singularity/collector.dm b/code/modules/power/singularity/collector.dm
index c821deb483d..4baf609e02e 100644
--- a/code/modules/power/singularity/collector.dm
+++ b/code/modules/power/singularity/collector.dm
@@ -33,7 +33,7 @@ var/global/list/rad_collectors = list()
if(P)
if(P.air_contents.gas[GAS_PHORON] == 0)
- investigate_log("
out of fuel.","singulo")
+ investigate_log("
out of fuel.","singulo")
eject()
else
P.air_contents.adjust_gas(GAS_PHORON, -0.001*drainratio)
@@ -46,7 +46,7 @@ var/global/list/rad_collectors = list()
toggle_power()
user.visible_message("[user.name] turns the [src.name] [active? "on":"off"].", \
"You turn the [src.name] [active? "on":"off"].")
- investigate_log("turned [active?"
on":"
off"] by [user.key]. [P?"Fuel: [round(P.air_contents.gas[GAS_PHORON]/0.29)]%":"
It is empty"].","singulo")
+ investigate_log("turned [active?"
on":"
off"] by [user.key]. [P?"Fuel: [round(P.air_contents.gas[GAS_PHORON]/0.29)]%":"
It is empty"].","singulo")
return
else
to_chat(user, "
The controls are locked!")
diff --git a/code/modules/power/singularity/emitter.dm b/code/modules/power/singularity/emitter.dm
index 0a986ec3291..648722a65b3 100644
--- a/code/modules/power/singularity/emitter.dm
+++ b/code/modules/power/singularity/emitter.dm
@@ -51,7 +51,7 @@
if(special_emitter)
message_admins("Emitter deleted at ([x],[y],[z] -
JMP)",0,1)
log_game("Emitter deleted at ([x],[y],[z])")
- investigate_log("
deleted at ([x],[y],[z])","singulo")
+ investigate_log("
deleted at ([x],[y],[z])","singulo")
QDEL_NULL(wifi_receiver)
QDEL_NULL(spark_system)
QDEL_NULL(signaler)
@@ -89,7 +89,7 @@
if(special_emitter)
message_admins("Emitter turned off by [key_name_admin(user, user.client)](
?) in ([x],[y],[z] -
JMP)",0,1)
log_game("Emitter turned off by [user.ckey]([user]) in ([x],[y],[z])",ckey=key_name(user))
- investigate_log("turned
off by [user.key]","singulo")
+ investigate_log("turned
off by [user.key]","singulo")
else
active = TRUE
shot_number = 0
@@ -134,7 +134,7 @@
powered = FALSE
update_icon()
if(special_emitter)
- investigate_log("lost power and turned
off","singulo")
+ investigate_log("lost power and turned
off","singulo")
return
last_shot = world.time
@@ -269,4 +269,4 @@
if(!locked)
activate(null)
else
- visible_message("\icon[src] [src] whines, \"Access denied!\"")
+ visible_message("[icon2html(src, viewers(get_turf(src)))] [src] whines, \"Access denied!\"")
\ No newline at end of file
diff --git a/code/modules/power/singularity/field_generator.dm b/code/modules/power/singularity/field_generator.dm
index ccee0921984..03e68453556 100644
--- a/code/modules/power/singularity/field_generator.dm
+++ b/code/modules/power/singularity/field_generator.dm
@@ -199,7 +199,7 @@ field_generator power level display
else
visible_message(SPAN_ALERT("\The [src] shuts down!"))
turn_off()
- investigate_log("ran out of power and
deactivated","singulo")
+ investigate_log("ran out of power and
deactivated","singulo")
src.power = 0
return 0
@@ -317,5 +317,5 @@ field_generator power level display
if((world.time - O.last_warning) > 50) //to stop message-spam
temp = 0
message_admins("A singulo exists and a containment field has failed.",1)
- investigate_log("has
failed whilst a singulo exists.","singulo")
+ investigate_log("has
failed whilst a singulo exists.","singulo")
O.last_warning = world.time
diff --git a/code/modules/power/singularity/particle_accelerator/particle_accelerator.dm b/code/modules/power/singularity/particle_accelerator/particle_accelerator.dm
index feb073d61c0..3d581bb3f12 100644
--- a/code/modules/power/singularity/particle_accelerator/particle_accelerator.dm
+++ b/code/modules/power/singularity/particle_accelerator/particle_accelerator.dm
@@ -110,7 +110,7 @@ So, hopefully this is helpful if any more icons are to be added/changed/wonderin
..()
if(master && master.active)
master.toggle_power()
- investigate_log("was moved whilst active; it
powered down.","singulo")
+ investigate_log("was moved whilst active; it
powered down.","singulo")
/obj/structure/particle_accelerator/ex_act(severity)
switch(severity)
diff --git a/code/modules/power/singularity/particle_accelerator/particle_control.dm b/code/modules/power/singularity/particle_accelerator/particle_control.dm
index 567cfca0ac2..e6b1b47ce05 100644
--- a/code/modules/power/singularity/particle_accelerator/particle_control.dm
+++ b/code/modules/power/singularity/particle_accelerator/particle_control.dm
@@ -124,7 +124,7 @@
else
message_admins("PA Control Computer increased to [strength] by [key_name(usr, usr.client)](
?) in ([x],[y],[z] -
JMP)",0,1)
log_game("PA Control Computer increased to [strength] by [usr.ckey]([usr]) in ([x],[y],[z])",ckey=key_name(usr))
- investigate_log("increased to
[strength] by [usr.key]","singulo")
+ investigate_log("increased to
[strength] by [usr.key]","singulo")
strength_change()
/obj/machinery/particle_accelerator/control_box/proc/remove_strength(var/s)
@@ -152,7 +152,7 @@
if(src.active)
//a part is missing!
if(length(connected_parts) < 6)
- investigate_log("lost a connected part; It
powered down.","singulo")
+ investigate_log("lost a connected part; It
powered down.","singulo")
src.toggle_power()
return
//emit some particles
@@ -213,7 +213,7 @@
/obj/machinery/particle_accelerator/control_box/proc/toggle_power(mob/user)
src.active = !src.active
- investigate_log("turned [active?"
ON":"
OFF"] by [user ? user.key : "outside forces"]","singulo")
+ investigate_log("turned [active?"
ON":"
OFF"] by [user ? user.key : "outside forces"]","singulo")
message_admins("PA Control Computer turned [active ?"ON":"OFF"] by [key_name(user, TRUE, highlight_special = TRUE)] in ([x],[y],[z] -
JMP)",0,1)
log_game("PA Control Computer turned [active ?"ON":"OFF"] by [key_name(user)] in ([x],[y],[z])",ckey=key_name(user))
if(src.active)
diff --git a/code/modules/power/singularity/singularity.dm b/code/modules/power/singularity/singularity.dm
index 72d4eaab405..c4408b161df 100644
--- a/code/modules/power/singularity/singularity.dm
+++ b/code/modules/power/singularity/singularity.dm
@@ -112,7 +112,7 @@
log_and_message_admins("A singulo has been created without containment fields active.", location = get_turf(src))
- investigate_log("was created.[count ? "" : "
No containment fields were active."]. usr=[usr ? key_name(usr) : "null"]", I_SINGULO)
+ investigate_log("was created.[count ? "" : "
No containment fields were active."]. usr=[usr ? key_name(usr) : "null"]", I_SINGULO)
/obj/singularity/proc/dissipate()
if (!dissipate)
@@ -248,7 +248,7 @@
visible_message("
You witness the creation of a destructive force that cannot possibly be stopped by human hands.")
if (current_size == allowed_size)
- investigate_log("
grew to size [current_size].", I_SINGULO)
+ investigate_log("
grew to size [current_size].", I_SINGULO)
return 1
else if (current_size < (--temp_allowed_size) && current_size != STAGE_SUPER)
expand(temp_allowed_size)
diff --git a/code/modules/power/smes.dm b/code/modules/power/smes.dm
index f2059675168..f7a8ef9c7de 100644
--- a/code/modules/power/smes.dm
+++ b/code/modules/power/smes.dm
@@ -429,7 +429,7 @@
output_level = input(usr, "Enter new output level (0-[output_level_max])", "SMES Output Power Control", output_level) as num
output_level = max(0, min(output_level_max, output_level)) // clamp to range
- investigate_log("input/output;
on":"
off"] | Input-mode: [input_attempt?"
auto":"
off"] by [usr.key]","singulo")
+ investigate_log("input/output;
on":"
off"] | Input-mode: [input_attempt?"
auto":"
off"] by [usr.key]","singulo")
return 1
diff --git a/code/modules/projectiles/guns/projectile/dartgun.dm b/code/modules/projectiles/guns/projectile/dartgun.dm
index 6eba0c75d33..66511d394c2 100644
--- a/code/modules/projectiles/guns/projectile/dartgun.dm
+++ b/code/modules/projectiles/guns/projectile/dartgun.dm
@@ -142,7 +142,7 @@
if (check_beaker_mixing(B))
dat += text("
Mixing ")
else
- dat += text("
Not mixing ")
+ dat += text("
Not mixing ")
else
dat += "nothing."
dat += " \[
Eject\]
"
@@ -154,7 +154,7 @@
if(ammo_magazine.stored_ammo && ammo_magazine.stored_ammo.len)
dat += "The dart cartridge has [ammo_magazine.stored_ammo.len] shots remaining."
else
- dat += "
The dart cartridge is empty!"
+ dat += "
The dart cartridge is empty!"
dat += " \[
Eject\]"
user << browse(dat, "window=dartgun")
diff --git a/code/modules/psionics/events/mini_spasm.dm b/code/modules/psionics/events/mini_spasm.dm
index 55ecc9f33af..6792a1e82cc 100644
--- a/code/modules/psionics/events/mini_spasm.dm
+++ b/code/modules/psionics/events/mini_spasm.dm
@@ -41,12 +41,12 @@
return
if(victim.psi)
- to_chat(victim, SPAN_DANGER("A hauntingly familiar sound hisses from \icon[source] \the [source], and your vision flickers!"))
+ to_chat(victim, SPAN_DANGER("A hauntingly familiar sound hisses from [icon2html(source, victim)] \the [source], and your vision flickers!"))
victim.psi.backblast(rand(5,15))
victim.Paralyse(5)
victim.make_jittery(100)
else
- to_chat(victim, SPAN_DANGER("An indescribable, brain-tearing sound hisses from \icon[source] \the [source], and you collapse in a seizure!"))
+ to_chat(victim, SPAN_DANGER("An indescribable, brain-tearing sound hisses from [icon2html(source, victim)] \the [source], and you collapse in a seizure!"))
victim.seizure()
var/new_latencies = rand(2,4)
var/list/faculties = list(PSI_COERCION, PSI_REDACTION, PSI_ENERGISTICS, PSI_PSYCHOKINESIS)
diff --git a/code/modules/reagents/Chemistry-Machinery.dm b/code/modules/reagents/Chemistry-Machinery.dm
index ced1e279e2a..9e795b5e836 100644
--- a/code/modules/reagents/Chemistry-Machinery.dm
+++ b/code/modules/reagents/Chemistry-Machinery.dm
@@ -548,7 +548,7 @@
target.apply_damage(25, PAIN)
target.say("*scream")
- user.attack_log += text("\[[time_stamp()]\]
Has fed [target.name]'s ([target.ckey]) hair into a [src].")
+ user.attack_log += text("\[[time_stamp()]\]
Has fed [target.name]'s ([target.ckey]) hair into a [src].")
target.attack_log += text("\[[time_stamp()]\]
Has had their hair fed into [src] by [user.name] ([user.ckey])")
msg_admin_attack("[key_name_admin(user)] fed [key_name_admin(target)] in a [src]. (
JMP)",ckey=key_name(user),ckey_target=key_name(target))
else
diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm
index 9fcd3371c14..78b09f19551 100644
--- a/code/modules/reagents/Chemistry-Recipes.dm
+++ b/code/modules/reagents/Chemistry-Recipes.dm
@@ -128,7 +128,7 @@
if(mix_message)
var/list/seen = viewers(4, T)
for(var/mob/M in seen)
- M.show_message("
\icon[container] [mix_message]", 1)
+ M.show_message("
[icon2html(container, viewers(get_turf(src)))] [mix_message]", 1)
if(reaction_sound)
playsound(T, reaction_sound, 80, 1)
@@ -1230,7 +1230,7 @@
var/obj/item/slime_extract/T = holder.my_atom
T.uses--
if(T.uses <= 0)
- T.visible_message("\icon[T]
\The [T]'s power is consumed in the reaction.")
+ T.visible_message("[icon2html(T, viewers(get_turf(src)))]
\The [T]'s power is consumed in the reaction.")
T.name = "used slime extract"
T.desc = "This extract has been used up."
@@ -1575,7 +1575,7 @@
..()
for(var/mob/living/carbon/slime/slime in viewers(get_turf(holder.my_atom), null))
slime.rabid = TRUE
- slime.visible_message(SPAN_WARNING("\icon[slime] \The [slime] is driven into a frenzy!"))
+ slime.visible_message(SPAN_WARNING("[icon2html(slime, viewers(get_turf(slime)))] \The [slime] is driven into a frenzy!"))
//Pink
/datum/chemical_reaction/slime/ppotion
diff --git a/code/modules/reagents/reagent_containers.dm b/code/modules/reagents/reagent_containers.dm
index a26fe73bce0..17dc4e326cd 100644
--- a/code/modules/reagents/reagent_containers.dm
+++ b/code/modules/reagents/reagent_containers.dm
@@ -165,7 +165,7 @@
var/temperature = reagents.get_temperature()
var/temperature_text = "Temperature: ([temperature]K/[temperature]C)"
target.attack_log += text("\[[time_stamp()]\]
Has been splashed with [name] by [user.name] ([user.ckey]). Reagents: [contained] [temperature_text].")
- user.attack_log += text("\[[time_stamp()]\]
Used the [name] to splash [target.name] ([target.key]). Reagents: [contained] [temperature_text].")
+ user.attack_log += text("\[[time_stamp()]\]
Used the [name] to splash [target.name] ([target.key]). Reagents: [contained] [temperature_text].")
msg_admin_attack("[user.name] ([user.ckey]) splashed [target.name] ([target.key]) with [name]. Reagents: [contained] (INTENT: [uppertext(user.a_intent)]) (
JMP)",ckey=key_name(user),ckey_target=key_name(target))
user.visible_message("
\The [target] has been splashed with something by \the [user]!", "
You splash the solution onto \the [target].")
@@ -252,7 +252,7 @@
var/contained = reagentlist()
target.attack_log += text("\[[time_stamp()]\]
Has been fed [name] by [user.name] ([user.ckey]). Reagents: [contained]")
- user.attack_log += text("\[[time_stamp()]\]
Fed [name] by [target.name] ([target.ckey]). Reagents: [contained]")
+ user.attack_log += text("\[[time_stamp()]\]
Fed [name] by [target.name] ([target.ckey]). Reagents: [contained]")
msg_admin_attack("[key_name(user)] fed [key_name(target)] with [name]. Reagents: [contained] (INTENT: [uppertext(user.a_intent)]) (
JMP)",ckey=key_name(user),ckey_target=key_name(target))
reagents.trans_to_mob(target, amount_per_transfer_from_this, CHEM_INGEST)
diff --git a/code/modules/reagents/reagent_containers/dropper.dm b/code/modules/reagents/reagent_containers/dropper.dm
index bc1cd9d67e6..440079499af 100644
--- a/code/modules/reagents/reagent_containers/dropper.dm
+++ b/code/modules/reagents/reagent_containers/dropper.dm
@@ -66,7 +66,7 @@
var/mob/living/M = target
var/contained = reagentlist()
M.attack_log += text("\[[time_stamp()]\]
Has been squirted with [name] by [user.name] ([user.ckey]). Reagents: [contained]")
- user.attack_log += text("\[[time_stamp()]\]
Used the [name] to squirt [M.name] ([M.key]). Reagents: [contained]")
+ user.attack_log += text("\[[time_stamp()]\]
Used the [name] to squirt [M.name] ([M.key]). Reagents: [contained]")
msg_admin_attack("[key_name_admin(user)] squirted [key_name_admin(M)] with [name]. Reagents: [contained] (INTENT: [uppertext(user.a_intent)]) (
JMP)",ckey=key_name(user),ckey_target=key_name(M))
return
diff --git a/code/modules/reagents/reagent_containers/food/snacks.dm b/code/modules/reagents/reagent_containers/food/snacks.dm
index 03c13ad0f26..f1c2ab6d008 100644
--- a/code/modules/reagents/reagent_containers/food/snacks.dm
+++ b/code/modules/reagents/reagent_containers/food/snacks.dm
@@ -122,7 +122,7 @@
var/contained = reagentlist()
target.attack_log += text("\[[time_stamp()]\]
Has been fed [name] by [key_name(user)] Reagents: [contained]")
- user.attack_log += text("\[[time_stamp()]\]
Fed [name] to [key_name(target)] Reagents: [contained]")
+ user.attack_log += text("\[[time_stamp()]\]
Fed [name] to [key_name(target)] Reagents: [contained]")
msg_admin_attack("[key_name_admin(user)] fed [key_name_admin(target)] with [name] Reagents: [contained] (INTENT: [uppertext(user.a_intent)]) (
JMP)",ckey=key_name(user),ckey_target=key_name(target))
reagents.trans_to_mob(target, min(reagents.total_volume,bitesize), CHEM_INGEST)
diff --git a/code/modules/reagents/reagent_containers/pill.dm b/code/modules/reagents/reagent_containers/pill.dm
index 615021f8e06..066689140d5 100644
--- a/code/modules/reagents/reagent_containers/pill.dm
+++ b/code/modules/reagents/reagent_containers/pill.dm
@@ -50,7 +50,7 @@
var/contained = reagentlist()
M.attack_log += text("\[[time_stamp()]\]
Has been fed [name] by [key_name(user)] Reagents: [contained]")
- user.attack_log += text("\[[time_stamp()]\]
Fed [name] to [key_name(M)] Reagents: [contained]")
+ user.attack_log += text("\[[time_stamp()]\]
Fed [name] to [key_name(M)] Reagents: [contained]")
msg_admin_attack("[key_name_admin(user)] fed [key_name_admin(M)] with [name] Reagents: [contained] (INTENT: [uppertext(user.a_intent)]) (
JMP)",ckey=key_name(user),ckey_target=key_name(M))
if(reagents.total_volume)
@@ -69,7 +69,7 @@
return
to_chat(user, SPAN_NOTICE("You dissolve \the [src] in [target]."))
- user.attack_log += text("\[[time_stamp()]\]
Spiked \a [target] with a pill. Reagents: [reagentlist()]")
+ user.attack_log += text("\[[time_stamp()]\]
Spiked \a [target] with a pill. Reagents: [reagentlist()]")
msg_admin_attack("[user.name] ([user.ckey]) spiked \a [target] with a pill. Reagents: [reagentlist()] (INTENT: [uppertext(user.a_intent)]) (
JMP)",ckey=key_name(user),ckey_target=key_name(target))
reagents.trans_to(target, reagents.total_volume)
diff --git a/code/modules/reagents/reagent_containers/syringes.dm b/code/modules/reagents/reagent_containers/syringes.dm
index 1f660f32324..094fd6d4e0f 100644
--- a/code/modules/reagents/reagent_containers/syringes.dm
+++ b/code/modules/reagents/reagent_containers/syringes.dm
@@ -344,7 +344,7 @@
user.remove_from_mob(src)
qdel(src)
- user.attack_log += "\[[time_stamp()]\]
Attacked [target.name] ([target.ckey]) with \the [src] (INTENT: HARM)."
+ user.attack_log += "\[[time_stamp()]\]
Attacked [target.name] ([target.ckey]) with \the [src] (INTENT: HARM)."
target.attack_log += "\[[time_stamp()]\]
Attacked by [user.name] ([user.ckey]) with [src.name] (INTENT: HARM)."
msg_admin_attack("[key_name_admin(user)] attacked [key_name_admin(target)] with [src.name] (INTENT: HARM) (
JMP)",ckey=key_name(user),ckey_target=key_name(src))
diff --git a/code/modules/recycling/conveyor2.dm b/code/modules/recycling/conveyor2.dm
index 3f6f236468e..02368dcd39b 100644
--- a/code/modules/recycling/conveyor2.dm
+++ b/code/modules/recycling/conveyor2.dm
@@ -338,7 +338,7 @@
found = 1
break
if(!found)
- to_chat(user, "\icon[src]
The conveyor switch did not detect any linked conveyor belts in range.")
+ to_chat(user, "[icon2html(src, user)]
The conveyor switch did not detect any linked conveyor belts in range.")
return
var/obj/machinery/conveyor_switch/NC = new/obj/machinery/conveyor_switch(A, id)
transfer_fingerprints_to(NC)
diff --git a/code/modules/recycling/disposal.dm b/code/modules/recycling/disposal.dm
index 3a808ead0e6..11425fc3be3 100644
--- a/code/modules/recycling/disposal.dm
+++ b/code/modules/recycling/disposal.dm
@@ -195,7 +195,7 @@
for (var/mob/C in viewers(src))
C.show_message("
[GM.name] has been placed in the [src] by [user].", 3)
qdel(G)
- usr.attack_log += text("\[[time_stamp()]\]
Has placed [GM.name] ([GM.ckey]) in disposals.")
+ usr.attack_log += text("\[[time_stamp()]\]
Has placed [GM.name] ([GM.ckey]) in disposals.")
GM.attack_log += text("\[[time_stamp()]\]
Has been placed in disposals by [usr.name] ([usr.ckey])")
msg_admin_attack("[key_name_admin(usr)] placed [key_name_admin(GM)] in a disposals unit. (
JMP)",ckey=key_name(usr),ckey_target=key_name(GM))
return
@@ -247,7 +247,7 @@
msg = "[user.name] stuffs [target.name] into the [src]!"
to_chat(user, "You stuff [target.name] into the [src]!")
- user.attack_log += text("\[[time_stamp()]\]
Has placed [target.name] ([target.ckey]) in disposals.")
+ user.attack_log += text("\[[time_stamp()]\]
Has placed [target.name] ([target.ckey]) in disposals.")
target.attack_log += text("\[[time_stamp()]\]
Has been placed in disposals by [user.name] ([user.ckey])")
msg_admin_attack("[user] ([user.ckey]) placed [target] ([target.ckey]) in a disposals unit. (
JMP)",ckey=key_name(user),ckey_target=key_name(target))
else
diff --git a/code/modules/research/circuitprinter.dm b/code/modules/research/circuitprinter.dm
index 805e06b5425..c8aa1aa545f 100644
--- a/code/modules/research/circuitprinter.dm
+++ b/code/modules/research/circuitprinter.dm
@@ -52,7 +52,7 @@ using metal and glass, it uses glass and reagents (usually sulphuric acid).
update_icon()
else
if(busy)
- visible_message("
\icon [src] flashes: insufficient materials: [getLackingMaterials(D)].")
+ visible_message("
[icon2html(src, viewers(get_turf(src)))] flashes: insufficient materials: [getLackingMaterials(D)].")
busy = 0
update_icon()
diff --git a/code/modules/research/message_server.dm b/code/modules/research/message_server.dm
index 94a76b024f0..a66130e2d8b 100644
--- a/code/modules/research/message_server.dm
+++ b/code/modules/research/message_server.dm
@@ -125,12 +125,12 @@ var/global/list/obj/machinery/message_server/message_servers = list()
if(2)
if(!Console.silent)
playsound(Console.loc, 'sound/machines/twobeep.ogg', 50, 1)
- Console.audible_message(text("\icon[Console] *The Requests Console beeps: 'PRIORITY Alert in [sender]'"),,5)
- Console.message_log += "
High Priority message from [sender][authmsg]"
+ Console.audible_message(text("[icon2html(Console, viewers(get_turf(Console)))] *The Requests Console beeps: 'PRIORITY Alert in [sender]'"),,5)
+ Console.message_log += "
High Priority message from [sender][authmsg]"
else
if(!Console.silent)
playsound(Console.loc, 'sound/machines/twobeep.ogg', 50, 1)
- Console.audible_message(text("\icon[Console] *The Requests Console beeps: 'Message from [sender]'"),,4)
+ Console.audible_message(text("[icon2html(Console, viewers(get_turf(Console)))] *The Requests Console beeps: 'Message from [sender]'"),,4)
Console.message_log += "
Message from [sender][authmsg]"
Console.set_light(2)
diff --git a/code/modules/research/protolathe.dm b/code/modules/research/protolathe.dm
index 6f525da3bea..87388d74cd9 100644
--- a/code/modules/research/protolathe.dm
+++ b/code/modules/research/protolathe.dm
@@ -46,7 +46,7 @@
update_icon()
else
if(busy)
- visible_message("
\icon [src] flashes: insufficient materials: [getLackingMaterials(D)].")
+ visible_message("
[icon2html(src, viewers(get_turf(src)))] [src] flashes: insufficient materials: [getLackingMaterials(D)].")
busy = 0
update_icon()
diff --git a/code/modules/research/xenoarchaeology/artifact/artifact.dm b/code/modules/research/xenoarchaeology/artifact/artifact.dm
index bb4ec60912b..fd6e67b93bc 100644
--- a/code/modules/research/xenoarchaeology/artifact/artifact.dm
+++ b/code/modules/research/xenoarchaeology/artifact/artifact.dm
@@ -63,7 +63,7 @@
var/obj/item/device/measuring_tape/P = W
user.visible_message("
[user] extends [P] towards [src].","
You extend [P] towards [src].")
if(do_after(user,40))
- to_chat(user, "
\icon[P] [src] has been excavated to a depth of [2*src.excavation_level]cm.")
+ to_chat(user, "
[icon2html(P, user)] [src] has been excavated to a depth of [2*src.excavation_level]cm.")
return
if (istype(W, /obj/item/pickaxe))
@@ -85,7 +85,7 @@
if(excavation_level > 100)
//failure
- user.visible_message("
[src] suddenly crumbles away.",\
+ user.visible_message("
[src] suddenly crumbles away.",\
"
[src] has disintegrated under your onslaught, any secrets it was holding are long gone.")
qdel(src)
return
@@ -99,9 +99,9 @@
var/obj/machinery/artifact/X = O
if(X.my_effect)
X.my_effect.artifact_id = artifact_find.artifact_id
- src.visible_message("
[src] suddenly crumbles away.")
+ src.visible_message("
[src] suddenly crumbles away.")
else
- user.visible_message("
[src] suddenly crumbles away.",\
+ user.visible_message("
[src] suddenly crumbles away.",\
"
[src] has been whittled away under your careful excavation, but there was nothing of interest inside.")
qdel(src)
diff --git a/code/modules/research/xenoarchaeology/artifact/artifact_autocloner.dm b/code/modules/research/xenoarchaeology/artifact/artifact_autocloner.dm
index 98e7a782c72..592a9cf37a4 100644
--- a/code/modules/research/xenoarchaeology/artifact/artifact_autocloner.dm
+++ b/code/modules/research/xenoarchaeology/artifact/artifact_autocloner.dm
@@ -48,17 +48,17 @@
if(!previous_power_state)
previous_power_state = 1
icon_state = "cellold1"
- src.visible_message("
\icon[src] [src] suddenly comes to life!")
+ src.visible_message("
[icon2html(src, viewers(get_turf(src)))] [src] suddenly comes to life!")
//slowly grow a mob
if(prob(5))
- src.visible_message("
\icon[src] [src] [pick("gloops","glugs","whirrs","whooshes","hisses","purrs","hums","gushes")].")
+ src.visible_message("
[icon2html(src, viewers(get_turf(src)))] [src] [pick("gloops","glugs","whirrs","whooshes","hisses","purrs","hums","gushes")].")
//if we've finished growing...
if(time_spent_spawning >= time_per_spawn)
time_spent_spawning = 0
use_power = 1
- src.visible_message("
\icon[src] [src] pings!")
+ src.visible_message("
[icon2html(src, viewers(get_turf(src)))] [src] pings!")
icon_state = "cellold1"
desc = "It's full of a bubbling viscous liquid, and is lit by a mysterious glow."
if(spawn_type)
@@ -79,7 +79,7 @@
if(previous_power_state)
previous_power_state = 0
icon_state = "cellold0"
- src.visible_message("
\icon[src] [src] suddenly shuts down.")
+ src.visible_message("
[icon2html(src, viewers(get_turf(src)))] [src] suddenly shuts down.")
//cloned mob slowly breaks down
time_spent_spawning = max(time_spent_spawning + last_process - world.time, 0)
diff --git a/code/modules/research/xenoarchaeology/artifact/artifact_replicator.dm b/code/modules/research/xenoarchaeology/artifact/artifact_replicator.dm
index 55ce17c18a0..4ab315665a3 100644
--- a/code/modules/research/xenoarchaeology/artifact/artifact_replicator.dm
+++ b/code/modules/research/xenoarchaeology/artifact/artifact_replicator.dm
@@ -77,7 +77,7 @@
viables.Remove(type)
construction[button_desc] = type
- fail_message = "
\icon[src] a [pick("loud","soft","sinister","eery","triumphant","depressing","cheerful","angry")] \
+ fail_message = "[icon2html(src, viewers(get_turf(src)))] a [pick("loud","soft","sinister","eery","triumphant","depressing","cheerful","angry")] \
[pick("horn","beep","bing","bleep","blat","honk","hrumph","ding")] sounds and a \
[pick("yellow","purple","green","blue","red","orange","white")] \
[pick("light","dial","meter","window","protrusion","knob","antenna","swirly thing")] \
@@ -89,7 +89,7 @@
if(spawning_types.len && powered())
spawn_progress_time += world.time - last_process_time
if(spawn_progress_time > max_spawn_time)
- src.visible_message("\icon[src] [src] pings!")
+ src.visible_message("[icon2html(src, viewers(get_turf(src)))] [src] pings!")
var/obj/source_material = pop(stored_materials)
var/spawn_type = pop(spawning_types)
@@ -112,7 +112,7 @@
icon_state = "borgcharger0(old)"
else if(prob(5))
- src.visible_message("\icon[src] [src] [pick("clicks","whizzes","whirrs","whooshes","clanks","clongs","clonks","bangs")].")
+ src.visible_message("[icon2html(src, viewers(get_turf(src)))] [src] [pick("clicks","whizzes","whirrs","whooshes","clanks","clongs","clonks","bangs")].")
last_process_time = world.time
@@ -139,9 +139,9 @@
if(index > 0 && index <= construction.len)
if(stored_materials.len > spawning_types.len)
if(spawning_types.len)
- src.visible_message("\icon[src] a [pick("light","dial","display","meter","pad")] on [src]'s front [pick("blinks","flashes")] [pick("red","yellow","blue","orange","purple","green","white")].")
+ src.visible_message("[icon2html(src, viewers(get_turf(src)))] a [pick("light","dial","display","meter","pad")] on [src]'s front [pick("blinks","flashes")] [pick("red","yellow","blue","orange","purple","green","white")].")
else
- src.visible_message("\icon[src] [src]'s front compartment slides shut.")
+ src.visible_message("[icon2html(src, viewers(get_turf(src)))] [src]'s front compartment slides shut.")
spawning_types.Add(construction[construction[index]])
spawn_progress_time = 0
diff --git a/code/modules/research/xenoarchaeology/artifact/effect.dm b/code/modules/research/xenoarchaeology/artifact/effect.dm
index e424ac65f39..c110db57d10 100644
--- a/code/modules/research/xenoarchaeology/artifact/effect.dm
+++ b/code/modules/research/xenoarchaeology/artifact/effect.dm
@@ -64,7 +64,7 @@
var/atom/toplevelholder = holder
while(!istype(toplevelholder.loc, /turf))
toplevelholder = toplevelholder.loc
- toplevelholder.visible_message("\icon[toplevelholder] [toplevelholder] [display_msg]")
+ toplevelholder.visible_message("[icon2html(toplevelholder, viewers(get_turf(toplevelholder)))] [toplevelholder] [display_msg]")
/datum/artifact_effect/proc/DoEffectTouch(var/mob/user)
/datum/artifact_effect/proc/DoEffectAura(var/atom/holder)
diff --git a/code/modules/research/xenoarchaeology/artifact/effects/unknown_effect_badfeeling.dm b/code/modules/research/xenoarchaeology/artifact/effects/unknown_effect_badfeeling.dm
index 16b25269cad..05c23baeee2 100644
--- a/code/modules/research/xenoarchaeology/artifact/effects/unknown_effect_badfeeling.dm
+++ b/code/modules/research/xenoarchaeology/artifact/effects/unknown_effect_badfeeling.dm
@@ -34,7 +34,7 @@
if(prob(75))
to_chat(H, "[pick(drastic_messages)]")
else
- to_chat(H, "[pick(messages)]")
+ to_chat(H, "[pick(messages)]")
if(prob(50))
H.dizziness += rand(3,5)
@@ -45,7 +45,7 @@
for (var/mob/living/carbon/human/H in range(src.effectrange,T))
if(prob(5))
if(prob(75))
- to_chat(H, "[pick(messages)]")
+ to_chat(H, "[pick(messages)]")
else
to_chat(H, "[pick(drastic_messages)]")
@@ -61,7 +61,7 @@
if(prob(95))
to_chat(H, "[pick(drastic_messages)]")
else
- to_chat(H, "[pick(messages)]")
+ to_chat(H, "[pick(messages)]")
if(prob(50))
H.dizziness += rand(3,5)
diff --git a/code/modules/research/xenoarchaeology/artifact/effects/unknown_effect_goodfeeling.dm b/code/modules/research/xenoarchaeology/artifact/effects/unknown_effect_goodfeeling.dm
index 3eafeaf9180..a771dc0ff2b 100644
--- a/code/modules/research/xenoarchaeology/artifact/effects/unknown_effect_goodfeeling.dm
+++ b/code/modules/research/xenoarchaeology/artifact/effects/unknown_effect_goodfeeling.dm
@@ -32,7 +32,7 @@
if(prob(75))
to_chat(H, "[pick(drastic_messages)]")
else
- to_chat(H, "[pick(messages)]")
+ to_chat(H, "[pick(messages)]")
if(prob(50))
H.dizziness += rand(3,5)
@@ -43,7 +43,7 @@
for (var/mob/living/carbon/human/H in range(src.effectrange,T))
if(prob(5))
if(prob(75))
- to_chat(H, "[pick(messages)]")
+ to_chat(H, "[pick(messages)]")
else
to_chat(H, "[pick(drastic_messages)]")
@@ -59,7 +59,7 @@
if(prob(95))
to_chat(H, "[pick(drastic_messages)]")
else
- to_chat(H, "[pick(messages)]")
+ to_chat(H, "[pick(messages)]")
if(prob(50))
H.dizziness += rand(3,5)
diff --git a/code/modules/research/xenoarchaeology/finds/finds_fossils.dm b/code/modules/research/xenoarchaeology/finds/finds_fossils.dm
index ea6a8ab662e..cc548b8e00e 100644
--- a/code/modules/research/xenoarchaeology/finds/finds_fossils.dm
+++ b/code/modules/research/xenoarchaeology/finds/finds_fossils.dm
@@ -80,7 +80,7 @@
..()
else if(istype(W,/obj/item/pen))
plaque_contents = sanitize(input("What would you like to write on the plaque:","Skeleton plaque",""))
- user.visible_message("[user] writes something on the base of [src].","You relabel the plaque on the base of \icon[src] [src].")
+ user.visible_message("[user] writes something on the base of [src].","You relabel the plaque on the base of [icon2html(src, user)] [src].")
if(src.contents.Find(/obj/item/fossil/skull/horned))
src.desc = "A creature made of [src.contents.len-1] assorted bones and a horned skull. The plaque reads \'[plaque_contents]\'."
else
diff --git a/code/modules/research/xenoarchaeology/finds/finds_special.dm b/code/modules/research/xenoarchaeology/finds/finds_special.dm
index 328f72d8c65..066249f3677 100644
--- a/code/modules/research/xenoarchaeology/finds/finds_special.dm
+++ b/code/modules/research/xenoarchaeology/finds/finds_special.dm
@@ -115,7 +115,7 @@
if(charges >= 0.1)
if(prob(5))
- src.visible_message("\icon[src] [src]'s eyes glow ruby red for a moment!")
+ src.visible_message("[icon2html(src, viewers(get_turf(src)))] [src]'s eyes glow ruby red for a moment!")
charges -= 0.1
//check on our shadow wights
diff --git a/code/modules/research/xenoarchaeology/finds/finds_talkingitem.dm b/code/modules/research/xenoarchaeology/finds/finds_talkingitem.dm
index 3a5df576b4e..827d13fc6f0 100644
--- a/code/modules/research/xenoarchaeology/finds/finds_talkingitem.dm
+++ b/code/modules/research/xenoarchaeology/finds/finds_talkingitem.dm
@@ -60,7 +60,7 @@
var/list/options = list("[holder_atom] seems to be listening intently to [source]...",\
"[holder_atom] seems to be focusing on [source]...",\
"[holder_atom] seems to turn it's attention to [source]...")
- holder_atom.loc.visible_message("\icon[holder_atom] [pick(options)]")
+ holder_atom.loc.visible_message("[icon2html(holder_atom, viewers(get_turf(holder_atom)))] [pick(options)]")
if(prob(20))
spawn(2)
@@ -116,5 +116,5 @@
listening|=M
for(var/mob/M in listening)
- to_chat(M, "\icon[holder_atom] [holder_atom] reverberates, \"[msg]\"")
+ to_chat(M, "[icon2html(holder_atom, M)] [holder_atom] reverberates, \"[msg]\"")
last_talk_time = world.time
diff --git a/code/modules/research/xenoarchaeology/machinery/artifact_analyser.dm b/code/modules/research/xenoarchaeology/machinery/artifact_analyser.dm
index ef5840fcd6f..0789a2d12af 100644
--- a/code/modules/research/xenoarchaeology/machinery/artifact_analyser.dm
+++ b/code/modules/research/xenoarchaeology/machinery/artifact_analyser.dm
@@ -80,7 +80,7 @@
var/pname = "[src] report #[++report_num]"
var/info = "[src] analysis report #[report_num]
"
info += "
"
- info += "\icon[scanned_object] [results]"
+ info += "[icon2html(scanned_object, viewers(get_turf(src)))] [results]"
P.stamped = list(/obj/item/stamp)
P.overlays = list("paper_stamped")
P.set_content_unsafe(pname, info)
diff --git a/code/modules/research/xenoarchaeology/machinery/geosample_scanner.dm b/code/modules/research/xenoarchaeology/machinery/geosample_scanner.dm
index 774cf12054c..926312784e7 100644
--- a/code/modules/research/xenoarchaeology/machinery/geosample_scanner.dm
+++ b/code/modules/research/xenoarchaeology/machinery/geosample_scanner.dm
@@ -235,16 +235,16 @@
//emergency stop if seal integrity reaches 0
if(scanner_seal_integrity <= 0 || (scanner_temperature >= 1273 && !rad_shield))
stop_scanning()
- visible_message("\icon[src] buzzes unhappily. It has failed mid-scan!", range = 2)
+ visible_message("[icon2html(src, viewers(get_turf(src)))] buzzes unhappily. It has failed mid-scan!", range = 2)
if(prob(5))
- visible_message("\icon[src] [pick("whirrs","chuffs","clicks")][pick(" excitedly"," energetically"," busily")].", range = 2)
+ visible_message("[icon2html(src, viewers(get_turf(src)))] [pick("whirrs","chuffs","clicks")][pick(" excitedly"," energetically"," busily")].", range = 2)
else
//gradually cool down over time
if(scanner_temperature > 0)
scanner_temperature = max(scanner_temperature - 5 - 10 * rand(), 0)
if(prob(0.75))
- visible_message("\icon[src] [pick("plinks","hisses")][pick(" quietly"," softly"," sadly"," plaintively")].", range = 2)
+ visible_message("[icon2html(src, viewers(get_turf(src)))] [pick("plinks","hisses")][pick(" quietly"," softly"," sadly"," plaintively")].", range = 2)
last_process_worldtime = world.time
/obj/machinery/radiocarbon_spectrometer/proc/stop_scanning()
@@ -262,7 +262,7 @@
used_coolant = 0
/obj/machinery/radiocarbon_spectrometer/proc/complete_scan()
- visible_message("\icon[src] makes an insistent chime.", range = 2)
+ visible_message("[icon2html(src, viewers(get_turf(src)))] makes an insistent chime.", range = 2)
if(scanned_item)
//create report
diff --git a/code/modules/research/xenoarchaeology/tools/ano_device_battery.dm b/code/modules/research/xenoarchaeology/tools/ano_device_battery.dm
index d03c0ff31e3..157c5ef50d5 100644
--- a/code/modules/research/xenoarchaeology/tools/ano_device_battery.dm
+++ b/code/modules/research/xenoarchaeology/tools/ano_device_battery.dm
@@ -103,9 +103,9 @@
if(interval > 0)
//apply the touch effect to the holder
if(holder)
- to_chat(holder, "the \icon[src] [src] held by [holder] shudders in your grasp.")
+ to_chat(holder, "[icon2html(src, viewers(get_turf(src)))] [src] held by [holder] shudders in your grasp.")
else
- src.loc.visible_message("the \icon[src] [src] shudders.")
+ src.loc.visible_message("[icon2html(src, viewers(get_turf(src)))] [src] shudders.")
inserted_battery.battery_effect.DoEffectTouch(holder)
//consume power
@@ -131,13 +131,13 @@
//work out if we need to shutdown
if(inserted_battery.stored_charge <= 0)
- src.loc.visible_message("\icon[src] [src] buzzes.", "\icon[src] You hear something buzz.")
+ src.loc.visible_message("[icon2html(src, viewers(get_turf(src)))] [src] buzzes.", "You hear something buzz.")
shutdown_emission()
else if(world.time > time_end)
- src.loc.visible_message("\icon[src] [src] chimes.", "\icon[src] You hear something chime.")
+ src.loc.visible_message("[icon2html(src, viewers(get_turf(src)))] [src] chimes.", "You hear something chime.")
shutdown_emission()
else
- src.visible_message("\icon[src] [src] buzzes.", "\icon[src] You hear something buzz.")
+ src.visible_message("[icon2html(src, viewers(get_turf(src)))] [src] buzzes.", "You hear something buzz.")
shutdown_emission()
last_process = world.time
@@ -164,7 +164,7 @@
if(href_list["startup"])
if(inserted_battery && inserted_battery.battery_effect && (inserted_battery.stored_charge > 0) )
activated = 1
- src.visible_message("\icon[src] [src] whirrs.", "\icon[src]You hear something whirr.")
+ src.visible_message("[icon2html(src, viewers(get_turf(src)))] [src] whirrs.", "You hear something whirr.")
if(!inserted_battery.battery_effect.activated)
inserted_battery.battery_effect.ToggleActivate(1)
time_end = world.time + duration
@@ -210,6 +210,6 @@
M.lastattacker = user
if(inserted_battery.battery_effect)
- user.attack_log += "\[[time_stamp()]\] Tapped [M.name] ([M.ckey]) with [name] (EFFECT: [inserted_battery.battery_effect.effecttype])"
+ user.attack_log += "\[[time_stamp()]\] Tapped [M.name] ([M.ckey]) with [name] (EFFECT: [inserted_battery.battery_effect.effecttype])"
M.attack_log += "\[[time_stamp()]\] Tapped by [user.name] ([user.ckey]) with [name] (EFFECT: [inserted_battery.battery_effect.effecttype])"
msg_admin_attack("[key_name_admin(user)] tapped [key_name_admin(M)] with [name] (EFFECT: [inserted_battery.battery_effect.effecttype]) (JMP)",ckey=key_name(user),ckey_target=key_name(M) )
diff --git a/code/modules/research/xenoarchaeology/tools/suspension_generator.dm b/code/modules/research/xenoarchaeology/tools/suspension_generator.dm
index cd8b01b5cdd..b2965596bbc 100644
--- a/code/modules/research/xenoarchaeology/tools/suspension_generator.dm
+++ b/code/modules/research/xenoarchaeology/tools/suspension_generator.dm
@@ -101,7 +101,7 @@
dat += "
"
dat += "
"
dat += "
"
- dat += "Always wear safety gear and consult a field manual before operation.
"
+ dat += "Always wear safety gear and consult a field manual before operation.
"
if(!locked)
dat += "Lock console
"
else
@@ -248,7 +248,7 @@
success = 1
for(var/mob/living/carbon/C in T)
C.weakened += 5
- C.visible_message("\icon[C] [C] begins to float in the air!","You feel tingly and light, but it is difficult to move.")
+ C.visible_message("[icon2html(C, viewers(get_turf(C)))] [C] begins to float in the air!","You feel tingly and light, but it is difficult to move.")
if("nitrogen")
success = 1
//
@@ -271,19 +271,19 @@
success = 1
for(var/mob/living/silicon/R in T)
R.weakened += 5
- R.visible_message("\icon[R] [R] begins to float in the air!","You feel tingly and light, but it is difficult to move.")
+ R.visible_message("[icon2html(R, viewers(get_turf(R)))] [R] begins to float in the air!","You feel tingly and light, but it is difficult to move.")
//
//in case we have a bad field type
if(!success)
return
for(var/mob/living/simple_animal/C in T)
- C.visible_message("\icon[C] [C] begins to float in the air!","You feel tingly and light, but it is difficult to move.")
+ C.visible_message("[icon2html(C, viewers(get_turf(C)))] [C] begins to float in the air!","You feel tingly and light, but it is difficult to move.")
C.weakened += 5
suspension_field = new(T)
suspension_field.field_type = field_type
- src.visible_message("\icon[src] [src] activates with a low hum.")
+ src.visible_message("[icon2html(src, viewers(get_turf(src)))] [src] activates with a low hum.")
icon_state = "suspension3"
for(var/obj/item/I in T)
@@ -293,7 +293,7 @@
if(collected)
suspension_field.icon_state = "energynet"
suspension_field.add_overlay("shield2")
- src.visible_message("\icon[suspension_field] [suspension_field] gently absconds [collected > 1 ? "something" : "several things"].")
+ src.visible_message("[icon2html(suspension_field, viewers(get_turf(suspension_field)))] [suspension_field] gently absconds [collected > 1 ? "something" : "several things"].")
else
if(istype(T,/turf/simulated/mineral) || istype(T,/turf/simulated/wall))
suspension_field.icon_state = "shieldsparkles"
@@ -308,7 +308,7 @@
to_chat(M, "You no longer feel like floating.")
M.weakened = min(M.weakened, 3)
- src.visible_message("\icon[src] [src] deactivates with a gentle shudder.")
+ src.visible_message("[icon2html(src, viewers(get_turf(src)))] [src] deactivates with a gentle shudder.")
qdel(suspension_field)
suspension_field = null
icon_state = "suspension2"
diff --git a/code/modules/research/xenoarchaeology/tools/tools.dm b/code/modules/research/xenoarchaeology/tools/tools.dm
index 9d4f482e577..fcf72400917 100644
--- a/code/modules/research/xenoarchaeology/tools/tools.dm
+++ b/code/modules/research/xenoarchaeology/tools/tools.dm
@@ -12,7 +12,7 @@
/obj/item/device/gps/attack_self(var/mob/user as mob)
var/turf/T = get_turf(src)
- to_chat(user, "\icon[src] [src] flashes [T.x].[rand(0,9)]:[T.y].[rand(0,9)]:[T.z].[rand(0,9)].")
+ to_chat(user, "[icon2html(src, user)] [src] flashes [T.x].[rand(0,9)]:[T.y].[rand(0,9)]:[T.z].[rand(0,9)].")
/obj/item/device/measuring_tape
name = "measuring tape"
diff --git a/code/modules/research/xenoarchaeology/tools/tools_depthscanner.dm b/code/modules/research/xenoarchaeology/tools/tools_depthscanner.dm
index 309056a1b0f..9b3f06e7b3a 100644
--- a/code/modules/research/xenoarchaeology/tools/tools_depthscanner.dm
+++ b/code/modules/research/xenoarchaeology/tools/tools_depthscanner.dm
@@ -45,7 +45,7 @@
positive_locations.Add(D)
for(var/mob/L in range(src, 1))
- to_chat(L, "\icon[src] [src] pings.")
+ to_chat(L, "[icon2html(src, L)] [src] pings.")
else if(istype(A,/obj/structure/boulder))
var/obj/structure/boulder/B = A
@@ -64,7 +64,7 @@
positive_locations.Add(D)
for(var/mob/L in range(src, 1))
- to_chat(L, "\icon[src] [src] pings [pick("madly","wildly","excitedly","crazily")]!")
+ to_chat(L, "[icon2html(src, L)] [src] pings [pick("madly","wildly","excitedly","crazily")]!")
/obj/item/device/depth_scanner/attack_self(var/mob/user as mob)
return src.interact(user)
diff --git a/code/modules/research/xenoarchaeology/tools/tools_locater.dm b/code/modules/research/xenoarchaeology/tools/tools_locater.dm
index 49a14ad13a8..8741691853f 100644
--- a/code/modules/research/xenoarchaeology/tools/tools_locater.dm
+++ b/code/modules/research/xenoarchaeology/tools/tools_locater.dm
@@ -52,9 +52,9 @@
scan_ticks = 0
var/turf/T = get_turf(src)
if(target_radio)
- T.visible_message("\icon[src] [src] [pick("chirps","chirrups","cheeps")] happily.")
+ T.visible_message("[icon2html(src, viewers(get_turf(T)))] [src] [pick("chirps","chirrups","cheeps")] happily.")
else
- T.visible_message("\icon[src] [src] [pick("chirps","chirrups","cheeps")] sadly.")
+ T.visible_message("[icon2html(src, viewers(get_turf(T)))] [src] [pick("chirps","chirrups","cheeps")] sadly.")
else
icon_state = "pinoff"
diff --git a/code/modules/scripting/IDE.dm b/code/modules/scripting/IDE.dm
index 2f80402d562..bafe624d111 100644
--- a/code/modules/scripting/IDE.dm
+++ b/code/modules/scripting/IDE.dm
@@ -13,16 +13,16 @@ client/verb/tcssave()
log_misc(msg)
message_admins("[mob.name] has uploaded a NTLS script to [Machine.SelectedServer] ([mob.x],[mob.y],[mob.z] - JMP)",0,1)
Server.setcode( tcscode ) // this actually saves the code from input to the server
- to_chat(src, output(null, "tcserror")) // clear the errors)
+ send_output(src, null, "tcserror") // clear the errors)
else
- to_chat(src, output(null, "tcserror"))
- to_chat(src, output("Failed to save: Unable to locate server machine. (Back up your code before exiting the window!)", "tcserror"))
+ send_output(src, null, "tcserror")
+ send_output(src, "Failed to save: Unable to locate server machine. (Back up your code before exiting the window!)", "tcserror")
else
- to_chat(src, output(null, "tcserror"))
- to_chat(src, output("Failed to save: Unable to locate machine. (Back up your code before exiting the window!)", "tcserror"))
+ send_output(src, null, "tcserror")
+ send_output(src, "Failed to save: Unable to locate machine. (Back up your code before exiting the window!)", "tcserror")
else
- to_chat(src, output(null, "tcserror"))
- to_chat(src, output("Failed to save: Unable to locate machine. (Back up your code before exiting the window!)", "tcserror"))
+ send_output(src, null, "tcserror")
+ send_output(src, "Failed to save: Unable to locate machine. (Back up your code before exiting the window!)", "tcserror")
client/verb/tcscompile()
@@ -39,42 +39,42 @@ client/verb/tcscompile()
var/list/compileerrors = Server.compile() // then compile the code!
// Output all the compile-time errors
- to_chat(src, output(null, "tcserror"))
+ send_output(src, null, "tcserror")
if(compileerrors.len)
- to_chat(src, output("Compile Errors", "tcserror"))
+ to_chat(src, "Compile Errors", "tcserror")
for(var/scriptError/e in compileerrors)
- to_chat(src, output("\t>[e.message]", "tcserror"))
- to_chat(src, output("([compileerrors.len] errors)", "tcserror"))
+ send_output(src, "\t>[e.message]", "tcserror")
+ send_output(src, "([compileerrors.len] errors)", "tcserror")
// Output compile errors to all other people viewing the code too
for(var/mob/M in Machine.viewingcode)
if(M.client)
- to_chat(M, output(null, "tcserror"))
- to_chat(M, output("Compile Errors", "tcserror"))
+ send_output(M, null, "tcserror")
+ send_output(M, "Compile Errors", "tcserror")
for(var/scriptError/e in compileerrors)
- to_chat(M, output("\t>[e.message]", "tcserror"))
- to_chat(M, output("([compileerrors.len] errors)", "tcserror"))
+ send_output(M, "\t>[e.message]", "tcserror")
+ send_output(M, "([compileerrors.len] errors)", "tcserror")
else
- to_chat(src, output("TCS compilation successful!", "tcserror"))
- to_chat(src, output("(0 errors)", "tcserror"))
+ send_output(src, "TCS compilation successful!", "tcserror")
+ send_output(src, "(0 errors)", "tcserror")
for(var/mob/M in Machine.viewingcode)
if(M.client)
- to_chat(M, output("TCS compilation successful!", "tcserror"))
- to_chat(M, output("(0 errors)", "tcserror"))
+ send_output(M, "TCS compilation successful!", "tcserror")
+ send_output(M, "(0 errors)", "tcserror")
else
- to_chat(src, output(null, "tcserror"))
- to_chat(src, output("Failed to compile: Unable to locate server machine. (Back up your code before exiting the window!)", "tcserror"))
+ send_output(src, null, "tcserror")
+ send_output(src, "Failed to compile: Unable to locate server machine. (Back up your code before exiting the window!)", "tcserror")
else
- to_chat(src, output(null, "tcserror"))
- to_chat(src, output("Failed to compile: Unable to locate machine. (Back up your code before exiting the window!)", "tcserror"))
+ send_output(src, null, "tcserror")
+ send_output(src, "Failed to compile: Unable to locate machine. (Back up your code before exiting the window!)", "tcserror")
else
- to_chat(src, output(null, "tcserror"))
- to_chat(src, output("Failed to compile: Unable to locate machine. (Back up your code before exiting the window!)", "tcserror"))
+ send_output(src, null, "tcserror")
+ send_output(src, "Failed to compile: Unable to locate machine. (Back up your code before exiting the window!)", "tcserror")
client/verb/tcsrun()
set hidden = 1
@@ -90,32 +90,31 @@ client/verb/tcsrun()
var/list/compileerrors = Server.compile() // then compile the code!
// Output all the compile-time errors
- to_chat(src, output(null, "tcserror"))
+ send_output(src, null, "tcserror")
if(compileerrors.len)
- to_chat(src, output("Compile Errors", "tcserror"))
+ send_output(src, "Compile Errors", "tcserror")
for(var/scriptError/e in compileerrors)
- to_chat(src, output("\t>[e.message]", "tcserror"))
- to_chat(src, output("([compileerrors.len] errors)", "tcserror"))
+ send_output(src, "\t>[e.message]", "tcserror")
+ send_output(src, "([compileerrors.len] errors)", "tcserror")
// Output compile errors to all other people viewing the code too
for(var/mob/M in Machine.viewingcode)
if(M.client)
- to_chat(M, output(null, "tcserror"))
- to_chat(M, output("Compile Errors", "tcserror"))
+ send_output(M, null, "tcserror")
+ send_output(M, "Compile Errors", "tcserror")
for(var/scriptError/e in compileerrors)
- to_chat(M, output("\t>[e.message]", "tcserror"))
- to_chat(M, output("([compileerrors.len] errors)", "tcserror"))
-
+ send_output(M, "\t>[e.message]", "tcserror")
+ send_output(M, "([compileerrors.len] errors)", "tcserror")
else
// Finally, we run the code!
- to_chat(src, output("TCS compilation successful! Code executed.", "tcserror"))
- to_chat(src, output("(0 errors)", "tcserror"))
+ send_output(src, "TCS compilation successful! Code executed.", "tcserror")
+ send_output(src, "(0 errors)", "tcserror")
for(var/mob/M in Machine.viewingcode)
if(M.client)
- to_chat(M, output("TCS compilation successful!", "tcserror"))
- to_chat(M, output("(0 errors)", "tcserror"))
+ send_output(M, "TCS compilation successful!", "tcserror")
+ send_output(M, "(0 errors)", "tcserror")
var/datum/signal/signal = new()
signal.data["message"] = ""
@@ -132,14 +131,14 @@ client/verb/tcsrun()
else
- to_chat(src, output(null, "tcserror"))
- to_chat(src, output("Failed to run: Unable to locate server machine. (Back up your code before exiting the window!)", "tcserror"))
+ send_output(src, null, "tcserror")
+ send_output(src, "Failed to run: Unable to locate server machine. (Back up your code before exiting the window!)", "tcserror")
else
- to_chat(src, output(null, "tcserror"))
- to_chat(src, output("Failed to run: Unable to locate machine. (Back up your code before exiting the window!)", "tcserror"))
+ send_output(src, null, "tcserror")
+ send_output(src, "Failed to run: Unable to locate machine. (Back up your code before exiting the window!)", "tcserror")
else
- to_chat(src, output(null, "tcserror"))
- to_chat(src, output("Failed to run: Unable to locate machine. (Back up your code before exiting the window!)", "tcserror"))
+ send_output(src, null, "tcserror")
+ send_output(src, "Failed to run: Unable to locate machine. (Back up your code before exiting the window!)", "tcserror")
client/verb/exittcs()
@@ -171,16 +170,16 @@ client/verb/tcsrevert()
winset(mob, "tcscode", "text=\"[showcode]\"")
- to_chat(src, output(null, "tcserror")) // clear the errors)
+ send_output(src, null, "tcserror") // clear the errors
else
- to_chat(src, output(null, "tcserror"))
- to_chat(src, output("Failed to revert: Unable to locate server machine.", "tcserror"))
+ send_output(src, null, "tcserror")
+ send_output(src, "Failed to revert: Unable to locate server machine.", "tcserror")
else
- to_chat(src, output(null, "tcserror"))
- to_chat(src, output("Failed to revert: Unable to locate machine.", "tcserror"))
+ send_output(src, null, "tcserror")
+ send_output(src, "Failed to revert: Unable to locate machine.", "tcserror")
else
- to_chat(src, output(null, "tcserror"))
- to_chat(src, output("Failed to revert: Unable to locate machine.", "tcserror"))
+ send_output(src, null, "tcserror")
+ send_output(src, "Failed to revert: Unable to locate machine.", "tcserror")
client/verb/tcsclearmem()
@@ -195,17 +194,17 @@ client/verb/tcsclearmem()
var/obj/machinery/telecomms/server/Server = Machine.SelectedServer
Server.memory = list() // clear the memory
// Show results
- to_chat(src, output(null, "tcserror"))
- to_chat(src, output("Server memory cleared!", "tcserror"))
+ to_chat(src, null, "tcserror")
+ to_chat(src, "Server memory cleared!", "tcserror")
for(var/mob/M in Machine.viewingcode)
if(M.client)
- to_chat(M, output("Server memory cleared!", "tcserror"))
+ send_output(M, "Server memory cleared!", "tcserror")
else
- to_chat(src, output(null, "tcserror"))
- to_chat(src, output("Failed to clear memory: Unable to locate server machine.", "tcserror"))
+ send_output(src, null, "tcserror")
+ send_output(src, "Failed to clear memory: Unable to locate server machine.", "tcserror")
else
- to_chat(src, output(null, "tcserror"))
- to_chat(src, output("Failed to clear memory: Unable to locate machine.", "tcserror"))
+ send_output(src, null, "tcserror")
+ send_output(src, "Failed to clear memory: Unable to locate machine.", "tcserror")
else
- to_chat(src, output(null, "tcserror"))
- to_chat(src, output("Failed to clear memory: Unable to locate machine.", "tcserror"))
+ send_output(src, null, "tcserror")
+ send_output(src, "Failed to clear memory: Unable to locate machine.", "tcserror")
diff --git a/code/modules/shieldgen/emergency_shield.dm b/code/modules/shieldgen/emergency_shield.dm
index 80d3ce09fe6..c06a4c9b675 100644
--- a/code/modules/shieldgen/emergency_shield.dm
+++ b/code/modules/shieldgen/emergency_shield.dm
@@ -241,27 +241,27 @@
malfunction = TRUE
checkhp()
-/obj/machinery/shieldgen/attack_hand(mob/user as mob)
+/obj/machinery/shieldgen/attack_hand(mob/user)
if(locked)
- to_chat(user, "The machine is locked, you are unable to use it.")
+ to_chat(user, SPAN_WARNING("The machine is locked!"))
return
if(is_open)
- to_chat(user, "The panel must be closed before operating this machine.")
+ to_chat(user, SPAN_WARNING("The panel must be closed before operating this machine."))
return
if (src.active)
- user.visible_message("\icon[src] [user] deactivated the shield generator.", \
- "\icon[src] You deactivate the shield generator.", \
+ user.visible_message("[icon2html(src, viewers(get_turf(src)))] [user] deactivates the shield generator.", \
+ "[icon2html(src, viewers(get_turf(src)))] You deactivate the shield generator.", \
"You hear heavy droning fade out.")
src.shields_down()
else
if(anchored)
- user.visible_message("\icon[src] [user] activated the shield generator.", \
- "\icon[src] You activate the shield generator.", \
+ user.visible_message("[icon2html(src, viewers(get_turf(src)))] [user] activate the shield generator.", \
+ "[icon2html(src, viewers(get_turf(src)))] You activate the shield generator.", \
"You hear heavy droning.")
src.shields_up()
else
- to_chat(user, "The device must first be secured to the floor.")
+ to_chat(user, SPAN_WARNING("The device must first be secured to the floor."))
return
/obj/machinery/shieldgen/emag_act(var/remaining_charges, var/mob/user)
diff --git a/code/modules/shieldgen/shield_gen.dm b/code/modules/shieldgen/shield_gen.dm
index 895af5dd1d4..285bb3e862d 100644
--- a/code/modules/shieldgen/shield_gen.dm
+++ b/code/modules/shieldgen/shield_gen.dm
@@ -216,14 +216,14 @@
covered_turfs = null
for(var/mob/M in view(5,src))
- to_chat(M, "\icon[src] You hear heavy droning start up.")
+ to_chat(M, "[icon2html(src, M)] You hear heavy droning start up.")
else
for(var/obj/effect/energy_field/D in field)
field.Remove(D)
D.loc = null
for(var/mob/M in view(5,src))
- to_chat(M, "\icon[src] You hear heavy droning fade out.")
+ to_chat(M, "[icon2html(src, M)] You hear heavy droning fade out.")
/obj/machinery/shield_gen/update_icon()
if(stat & BROKEN)
diff --git a/code/modules/spell_system/spells/spell_code.dm b/code/modules/spell_system/spells/spell_code.dm
index fd06835910b..18063d50837 100644
--- a/code/modules/spell_system/spells/spell_code.dm
+++ b/code/modules/spell_system/spells/spell_code.dm
@@ -103,7 +103,7 @@ var/list/spells = typesof(/spell) //needed for the badmin verb for now
take_charge(user, skipcharge)
before_cast(targets) //applies any overlays and effects
- user.attack_log += text("\[[time_stamp()]\] [user.real_name] ([user.ckey]) cast the spell [name].")
+ user.attack_log += text("\[[time_stamp()]\] [user.real_name] ([user.ckey]) cast the spell [name].")
if(prob(critfailchance))
critfail(targets, user)
else
diff --git a/code/modules/vehicles/bike.dm b/code/modules/vehicles/bike.dm
index a7d55483496..94861b2c255 100644
--- a/code/modules/vehicles/bike.dm
+++ b/code/modules/vehicles/bike.dm
@@ -204,7 +204,7 @@
if(ishuman(AM))
var/mob/living/carbon/human/H = AM
buckled_mob.attack_log += "\[[time_stamp()]\] Was rammed by [src]"
- buckled_mob.attack_log += text("\[[time_stamp()]\] rammed[buckled_mob.name] ([buckled_mob.ckey]) rammed [H.name] ([H.ckey]) with the [src].")
+ buckled_mob.attack_log += text("\[[time_stamp()]\] rammed[buckled_mob.name] ([buckled_mob.ckey]) rammed [H.name] ([H.ckey]) with the [src].")
msg_admin_attack("[src] crashed into [key_name(H)] at (JMP)" )
src.visible_message(SPAN_DANGER("\The [src] smashes into \the [H]!"))
playsound(src, 'sound/weapons/punch4.ogg', 50, 1)
@@ -265,7 +265,7 @@
return
if(buckled_mob.a_intent == I_HURT)
buckled_mob.attack_log += "\[[time_stamp()]\] Was rammed by [src]"
- buckled_mob.attack_log += text("\[[time_stamp()]\] rammed[buckled_mob.name] ([buckled_mob.ckey]) rammed [H.name] ([H.ckey]) with the [src].")
+ buckled_mob.attack_log += text("\[[time_stamp()]\] rammed[buckled_mob.name] ([buckled_mob.ckey]) rammed [H.name] ([H.ckey]) with the [src].")
msg_admin_attack("[src] crashed into [key_name(H)] at (JMP)" )
src.visible_message(SPAN_DANGER("\The [src] runs over \the [H]!"))
H.apply_damage(30, BRUTE)
diff --git a/code/modules/vehicles/cargo_train.dm b/code/modules/vehicles/cargo_train.dm
index 81a2bc899bd..4e220594ea9 100644
--- a/code/modules/vehicles/cargo_train.dm
+++ b/code/modules/vehicles/cargo_train.dm
@@ -155,7 +155,7 @@
/obj/vehicle/train/cargo/trolley/RunOver(var/mob/living/carbon/human/H)
..()
- attack_log += text("\[[time_stamp()]\] ran over [H.name] ([H.ckey])")
+ attack_log += text("\[[time_stamp()]\] ran over [H.name] ([H.ckey])")
/obj/vehicle/train/cargo/engine/RunOver(var/mob/living/carbon/human/H)
..()
@@ -164,10 +164,10 @@
var/mob/living/carbon/human/D = load
to_chat(D, "You ran over [H]!")
visible_message("\The [src] ran over [H]!")
- attack_log += text("\[[time_stamp()]\] ran over [H.name] ([H.ckey]), driven by [D.name] ([D.ckey])")
+ attack_log += text("\[[time_stamp()]\] ran over [H.name] ([H.ckey]), driven by [D.name] ([D.ckey])")
msg_admin_attack("[D.name] ([D.ckey]) ran over [H.name] ([H.ckey]). (JMP)",ckey=key_name(D),ckey_target=key_name(H))
else
- attack_log += text("\[[time_stamp()]\] ran over [H.name] ([H.ckey])")
+ attack_log += text("\[[time_stamp()]\] ran over [H.name] ([H.ckey])")
//-------------------------------------------
diff --git a/code/modules/vehicles/vehicle.dm b/code/modules/vehicles/vehicle.dm
index fb36598d1b8..cd38d0b98b6 100644
--- a/code/modules/vehicles/vehicle.dm
+++ b/code/modules/vehicles/vehicle.dm
@@ -368,7 +368,7 @@
if(!damage)
return
visible_message("[user] [attack_message] the [src]!")
- user.attack_log += text("\[[time_stamp()]\] attacked [src.name]")
+ user.attack_log += text("\[[time_stamp()]\] attacked [src.name]")
user.do_attack_animation(src)
src.health -= damage
if(prob(10))
diff --git a/code/modules/vueui/ui.dm b/code/modules/vueui/ui.dm
index 2267cd61ad3..13a16a128ce 100644
--- a/code/modules/vueui/ui.dm
+++ b/code/modules/vueui/ui.dm
@@ -281,7 +281,7 @@ main ui datum.
/datum/vueui/proc/push_change(var/list/ndata)
if(ndata && status > STATUS_DISABLED)
src.data = ndata
- to_chat(user, output(list2params(list(generate_data_json())),"[windowid].browser:receiveUIState"))
+ send_output(user, list2params(list(generate_data_json())),"[windowid].browser:receiveUIState")
/**
* Check for change and push that change of data
diff --git a/code/modules/world_api/commands/admin.dm b/code/modules/world_api/commands/admin.dm
index 2eb96841ad1..ee73bba4780 100644
--- a/code/modules/world_api/commands/admin.dm
+++ b/code/modules/world_api/commands/admin.dm
@@ -96,8 +96,8 @@
if(!rank)
rank = "Admin"
- var/message = "[rank] PM from [queryparams["senderkey"]]: [queryparams["msg"]]"
- var/amessage = "[rank] PM from [queryparams["senderkey"]] to [key_name(C, highlight_special = 1)] : [queryparams["msg"]]"
+ var/message = "[rank] PM from [queryparams["senderkey"]]: [queryparams["msg"]]"
+ var/amessage = "[rank] PM from [queryparams["senderkey"]] to [key_name(C, highlight_special = 1)] : [queryparams["msg"]]"
C.received_discord_pm = world.time
C.discord_admin = queryparams["senderkey"]
diff --git a/code/modules/world_api/commands/cciaa.dm b/code/modules/world_api/commands/cciaa.dm
index 063a1b68af5..f9cf33d32a6 100644
--- a/code/modules/world_api/commands/cciaa.dm
+++ b/code/modules/world_api/commands/cciaa.dm
@@ -164,7 +164,7 @@
command_announcement.Announce(reportbody, reporttitle, new_sound = 'sound/AI/commandreport.ogg', do_newscast = 1, msg_sanitized = 1);
if(reportannounce == 0)
to_world("New NanoTrasen Update available at all communication consoles.")
- to_world(sound('sound/AI/commandreport.ogg'))
+ sound_to(world, ('sound/AI/commandreport.ogg'))
log_admin("[senderkey] has created a command report via the api: [reportbody]",admin_key=senderkey)
diff --git a/code/stylesheet.dm b/code/stylesheet.dm
index b87249ff437..40247629f9b 100644
--- a/code/stylesheet.dm
+++ b/code/stylesheet.dm
@@ -16,7 +16,7 @@ em {font-style: normal;font-weight: bold;}
/* OOC */
.ooc {font-weight: bold;}
-.ooc img.text_tag {width: 32px; height: 10px;}
+.ooc img.text_tag {width: 32px; height: 10px; vertical-align: middle;}
.ooc .everyone {color: #002eb8;}
.ooc .looc {color: #6699CC;}
diff --git a/code/world.dm b/code/world.dm
index 4af70e14c56..2a94b756408 100644
--- a/code/world.dm
+++ b/code/world.dm
@@ -275,14 +275,6 @@ var/list/world_api_rate_limit = list()
time_stamped = 1
-/hook/startup/proc/initialize_greeting()
- world.initialize_greeting()
- return 1
-
-/world/proc/initialize_greeting()
- server_greeting = new()
-
-
/proc/load_configuration()
config = new /datum/configuration()
config.load("config/config.txt")
diff --git a/html/archivedchangelog.html b/html/archivedchangelog.html
index 36a117bb533..f92aaf6f73f 100644
--- a/html/archivedchangelog.html
+++ b/html/archivedchangelog.html
@@ -461,7 +461,7 @@ Stick old posts here to prevent cluttering of main changelog.
SkyMarshal updated:
- ZAS now works properly. No perpetually leaking doors, no walls that hold air like a seive.
- - ZAS airflow is now enabled, and will move objects (AND PEOPLE!) when air moves with enough force. AIRLOCKS ARE NOW DEADLY DANGEROUS!
+ - ZAS airflow is now enabled, and will move objects (AND PEOPLE!) when air moves with enough force. AIRLOCKS ARE NOW DEADLY DANGEROUS!
- Packages will now reflect the size of what they contain
diff --git a/html/changelogs/mattatlas-goonchat.yml b/html/changelogs/mattatlas-goonchat.yml
new file mode 100644
index 00000000000..71fa707ea70
--- /dev/null
+++ b/html/changelogs/mattatlas-goonchat.yml
@@ -0,0 +1,45 @@
+################################
+# Example Changelog File
+#
+# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
+#
+# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
+# When it is, any changes listed below will disappear.
+#
+# Valid Prefixes:
+# bugfix
+# wip (For works in progress)
+# tweak
+# soundadd
+# sounddel
+# rscadd (general adding of nice things)
+# rscdel (general deleting of nice things)
+# imageadd
+# imagedel
+# maptweak
+# spellcheck (typo fixes)
+# experiment
+# balance
+# admin
+# backend
+# security
+# refactor
+#################################
+
+# Your name.
+author: MattAtlas
+
+# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
+delete-after: True
+
+# Any changes you've made. See valid prefix list above.
+# INDENT WITH TWO SPACES. NOT TABS. SPACES.
+# SCREW THIS UP AND IT WON'T WORK.
+# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
+# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
+changes:
+ - rscadd: "Ported a new chat system, Goonchat, that allows for cool things like changing font style, size, spacing, highlighting up to 5 strings in the chat, and DARK MODE."
+ - rscadd: "Repeated chat messages can now get compacted. You can disable this in goonchat settings."
+ - rscadd: "You can change icon style to any font on your system."
+ - tweak: "The game window has been altered a bit to adjust for this."
+ - rscdel: "Removed skin style prefs as they are no longer used."
\ No newline at end of file
diff --git a/html/font-awesome/README.MD b/html/font-awesome/README.MD
new file mode 100644
index 00000000000..7d693c36f03
--- /dev/null
+++ b/html/font-awesome/README.MD
@@ -0,0 +1,6 @@
+Due to the fact browse_rsc can't create subdirectories, every time you update font-awesome you'll need to change relative webfont references in all.min.css
+eg ../webfonts/fa-regular-400.ttf => fa-regular-400.ttf (or whatever you call it in asset datum)
+
+Second change is ripping out file types other than woff and eot(ie8) from the css
+
+Finally, removing brand related css.
\ No newline at end of file
diff --git a/html/font-awesome/css/all.min.css b/html/font-awesome/css/all.min.css
new file mode 100644
index 00000000000..e7cdfffe751
--- /dev/null
+++ b/html/font-awesome/css/all.min.css
@@ -0,0 +1,5 @@
+/*!
+ * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
+ */
+.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(fa-regular-400.eot);src:url(fa-regular-400.eot?#iefix) format("embedded-opentype"),url(fa-regular-400.woff) format("woff")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(fa-solid-900.eot);src:url(fa-solid-900.eot?#iefix) format("embedded-opentype"),url(fa-solid-900.woff) format("woff")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
\ No newline at end of file
diff --git a/html/font-awesome/css/v4-shims.min.css b/html/font-awesome/css/v4-shims.min.css
new file mode 100644
index 00000000000..5f3fdc598c8
--- /dev/null
+++ b/html/font-awesome/css/v4-shims.min.css
@@ -0,0 +1,5 @@
+/*!
+ * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
+ */
+.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f15e"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f161"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f163"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-spotify,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}
\ No newline at end of file
diff --git a/html/font-awesome/webfonts/fa-regular-400.eot b/html/font-awesome/webfonts/fa-regular-400.eot
new file mode 100644
index 00000000000..d62be2fad88
Binary files /dev/null and b/html/font-awesome/webfonts/fa-regular-400.eot differ
diff --git a/html/font-awesome/webfonts/fa-regular-400.woff b/html/font-awesome/webfonts/fa-regular-400.woff
new file mode 100644
index 00000000000..43b1a9ae49d
Binary files /dev/null and b/html/font-awesome/webfonts/fa-regular-400.woff differ
diff --git a/html/font-awesome/webfonts/fa-solid-900.eot b/html/font-awesome/webfonts/fa-solid-900.eot
new file mode 100644
index 00000000000..c77baa8d46a
Binary files /dev/null and b/html/font-awesome/webfonts/fa-solid-900.eot differ
diff --git a/html/font-awesome/webfonts/fa-solid-900.woff b/html/font-awesome/webfonts/fa-solid-900.woff
new file mode 100644
index 00000000000..77c1786227f
Binary files /dev/null and b/html/font-awesome/webfonts/fa-solid-900.woff differ
diff --git a/interface/README.md b/interface/README.md
deleted file mode 100644
index 535f684c4d6..00000000000
--- a/interface/README.md
+++ /dev/null
@@ -1,2 +0,0 @@
-## Modifying skin files
-All changes must be made on both `skin.dmf` and `dark.dmf` files. Then using [DMFTool](https://github.com/Karolis2011/DMFTool) you will need to make bidirectional difference ad save produced output to `skin.txt` for parts that are needed to switch to light skin and `dark.txt` for parts that ar needed to switch to dark skin.
\ No newline at end of file
diff --git a/interface/dark.dmf b/interface/dark.dmf
deleted file mode 100644
index ff55e2ee6b5..00000000000
--- a/interface/dark.dmf
+++ /dev/null
@@ -1,1415 +0,0 @@
-macro "borghotkeymode"
- elem
- name = "TAB"
- command = ".winset \"mainwindow.macro=borgmacro hotkey_toggle.is-checked=false input.focus=true input.background-color=#D3B5B5\""
- elem
- name = "CENTER+REP"
- command = ".center"
- elem
- name = "NORTHEAST"
- command = ".northeast"
- elem
- name = "SOUTHEAST"
- command = ".southeast"
- elem
- name = "SOUTHWEST"
- command = ".southwest"
- elem
- name = "NORTHWEST"
- command = ".northwest"
- elem
- name = "ALT+WEST"
- command = "westfaceperm"
- elem
- name = "CTRL+WEST"
- command = "westface"
- elem
- name = "WEST+REP"
- command = ".moveleft"
- elem
- name = "ALT+NORTH"
- command = "northfaceperm"
- elem
- name = "CTRL+NORTH"
- command = "northface"
- elem
- name = "NORTH+REP"
- command = ".moveup"
- elem
- name = "ALT+EAST"
- command = "eastfaceperm"
- elem
- name = "CTRL+EAST"
- command = "eastface"
- elem
- name = "EAST+REP"
- command = ".moveright"
- elem
- name = "ALT+SOUTH"
- command = "southfaceperm"
- elem
- name = "CTRL+SOUTH"
- command = "southface"
- elem
- name = "SOUTH+REP"
- command = ".movedown"
- elem
- name = "INSERT"
- command = "a-intent right"
- elem
- name = "DELETE"
- command = "delete-key-pressed"
- elem
- name = "1"
- command = "toggle-module 1"
- elem
- name = "CTRL+1"
- command = "toggle-module 1"
- elem
- name = "2"
- command = "toggle-module 2"
- elem
- name = "CTRL+2"
- command = "toggle-module 2"
- elem
- name = "3"
- command = "toggle-module 3"
- elem
- name = "CTRL+3"
- command = "toggle-module 3"
- elem
- name = "4"
- command = "a-intent left"
- elem
- name = "CTRL+4"
- command = "a-intent left"
- elem
- name = "5"
- command = ".me"
- elem
- name = "A+REP"
- command = ".moveleft"
- elem
- name = "CTRL+A+REP"
- command = ".moveleft"
- elem
- name = "D+REP"
- command = ".moveright"
- elem
- name = "CTRL+D+REP"
- command = ".moveright"
- elem
- name = "F"
- command = "a-intent left"
- elem
- name = "CTRL+F"
- command = "a-intent left"
- elem
- name = "G"
- command = "a-intent right"
- elem
- name = "CTRL+G"
- command = "a-intent right"
- elem
- name = "J"
- command = "toggle-gun-mode"
- elem
- name = "CTRL+J"
- command = "toggle-gun-mode"
- elem
- name = "Q"
- command = "unequip-module"
- elem
- name = "CTRL+Q"
- command = "unequip-module"
- elem
- name = "R"
- command = ".southwest"
- elem
- name = "CTRL+R"
- command = ".southwest"
- elem "s_key"
- name = "S+REP"
- command = ".movedown"
- elem
- name = "CTRL+S+REP"
- command = ".movedown"
- elem
- name = "T"
- command = ".say"
- elem "w_key"
- name = "W+REP"
- command = ".moveup"
- elem
- name = "CTRL+W+REP"
- command = ".moveup"
- elem
- name = "X"
- command = ".northeast"
- elem
- name = "CTRL+X"
- command = ".northeast"
- elem
- name = "Y"
- command = "Activate-Held-Object"
- elem
- name = "CTRL+Y"
- command = "Activate-Held-Object"
- elem
- name = "Z"
- command = "Activate-Held-Object"
- elem
- name = "CTRL+Z"
- command = "Activate-Held-Object"
- elem
- name = "F1"
- command = "adminhelp"
- elem
- name = "CTRL+SHIFT+F1+REP"
- command = ".options"
- elem
- name = "F2"
- command = "ooc"
- elem
- name = "F2+REP"
- command = ".screenshot auto"
- elem
- name = "SHIFT+F2+REP"
- command = ".screenshot"
- elem
- name = "F3"
- command = ".say"
- elem
- name = "F4"
- command = ".me"
- elem
- name = "F5"
- command = "asay"
- elem
- name = "F6"
- command = "Player-Panel"
- elem
- name = "F7"
- command = "Admin-PM"
- elem
- name = "F8"
- command = "Invisimin"
- elem
- name = "F12"
- command = "F12"
- elem
- name = "NUMPAD8"
- command = "body-toggle-head"
- elem
- name = "NUMPAD5"
- command = "body-chest"
- elem
- name = "NUMPAD4"
- command = "body-r-arm"
- elem
- name = "NUMPAD6"
- command = "body-l-arm"
- elem
- name = "NUMPAD2"
- command = "body-groin"
- elem
- name = "NUMPAD1"
- command = "body-r-leg"
- elem
- name = "NUMPAD3"
- command = "body-l-leg"
-
-macro "macro"
- elem
- name = "TAB"
- command = ".winset \"mainwindow.macro=hotkeymode hotkey_toggle.is-checked=true mapwindow.map.focus=true\""
- elem
- name = "CENTER+REP"
- command = ".center"
- elem
- name = "NORTHEAST"
- command = ".northeast"
- elem
- name = "SOUTHEAST"
- command = ".southeast"
- elem
- name = "SOUTHWEST"
- command = ".southwest"
- elem
- name = "NORTHWEST"
- command = ".northwest"
- elem
- name = "ALT+WEST"
- command = "westfaceperm"
- elem
- name = "CTRL+WEST"
- command = "westface"
- elem
- name = "WEST+REP"
- command = ".moveleft"
- elem
- name = "ALT+NORTH"
- command = "northfaceperm"
- elem
- name = "CTRL+NORTH"
- command = "northface"
- elem
- name = "NORTH+REP"
- command = ".moveup"
- elem
- name = "ALT+EAST"
- command = "eastfaceperm"
- elem
- name = "CTRL+EAST"
- command = "eastface"
- elem
- name = "EAST+REP"
- command = ".moveright"
- elem
- name = "ALT+SOUTH"
- command = "southfaceperm"
- elem
- name = "CTRL+SOUTH"
- command = "southface"
- elem
- name = "SOUTH+REP"
- command = ".movedown"
- elem
- name = "INSERT"
- command = "a-intent right"
- elem
- name = "DELETE"
- command = "delete-key-pressed"
- elem
- name = "CTRL+1"
- command = "a-intent help"
- elem
- name = "CTRL+2"
- command = "a-intent disarm"
- elem
- name = "CTRL+3"
- command = "a-intent grab"
- elem
- name = "CTRL+4"
- command = "a-intent harm"
- elem
- name = "CTRL+A+REP"
- command = ".moveleft"
- elem
- name = "CTRL+D+REP"
- command = ".moveright"
- elem
- name = "CTRL+E"
- command = "quick-equip"
- elem
- name = "CTRL+F"
- command = "a-intent left"
- elem
- name = "CTRL+G"
- command = "a-intent right"
- elem
- name = "CTRL+SHIFT+G"
- command = ".configure graphics-hwmode on"
- elem
- name = "CTRL+Q"
- command = ".northwest"
- elem
- name = "CTRL+R"
- command = ".southwest"
- elem
- name = "CTRL+S+REP"
- command = ".movedown"
- elem
- name = "CTRL+W+REP"
- command = ".moveup"
- elem
- name = "CTRL+X"
- command = ".northeast"
- elem
- name = "CTRL+Y"
- command = "Activate-Held-Object"
- elem
- name = "CTRL+Z"
- command = "Activate-Held-Object"
- elem
- name = "F1"
- command = "adminhelp"
- elem
- name = "CTRL+SHIFT+F1+REP"
- command = ".options"
- elem
- name = "F2"
- command = "ooc"
- elem
- name = "F2+REP"
- command = ".screenshot auto"
- elem
- name = "SHIFT+F2+REP"
- command = ".screenshot"
- elem
- name = "F3"
- command = ".say"
- elem
- name = "F4"
- command = ".me"
- elem
- name = "F5"
- command = "asay"
- elem
- name = "F6"
- command = "Player-Panel"
- elem
- name = "F7"
- command = "Admin-PM"
- elem
- name = "F8"
- command = "Invisimin"
- elem
- name = "F12"
- command = "F12"
- elem
- name = "CTRL+NUMPAD8"
- command = "body-toggle-head"
- elem
- name = "CTRL+NUMPAD5"
- command = "body-chest"
- elem
- name = "CTRL+NUMPAD4"
- command = "body-r-arm"
- elem
- name = "CTRL+NUMPAD6"
- command = "body-l-arm"
- elem
- name = "CTRL+NUMPAD2"
- command = "body-groin"
- elem
- name = "CTRL+NUMPAD1"
- command = "body-r-leg"
- elem
- name = "CTRL+NUMPAD3"
- command = "body-l-leg"
-
-macro "hotkeymode"
- elem
- name = "TAB"
- command = ".winset \"mainwindow.macro=macro hotkey_toggle.is-checked=false input.focus=true\""
- elem
- name = "CENTER+REP"
- command = ".center"
- elem
- name = "NORTHEAST"
- command = ".northeast"
- elem
- name = "SOUTHEAST"
- command = ".southeast"
- elem
- name = "SOUTHWEST"
- command = ".southwest"
- elem
- name = "NORTHWEST"
- command = ".northwest"
- elem
- name = "ALT+WEST"
- command = "westfaceperm"
- elem
- name = "CTRL+WEST"
- command = "westface"
- elem
- name = "WEST+REP"
- command = ".moveleft"
- elem
- name = "ALT+NORTH"
- command = "northfaceperm"
- elem
- name = "CTRL+NORTH"
- command = "northface"
- elem
- name = "NORTH+REP"
- command = ".moveup"
- elem
- name = "ALT+EAST"
- command = "eastfaceperm"
- elem
- name = "CTRL+EAST"
- command = "eastface"
- elem
- name = "EAST+REP"
- command = ".moveright"
- elem
- name = "ALT+SOUTH"
- command = "southfaceperm"
- elem
- name = "CTRL+SOUTH"
- command = "southface"
- elem
- name = "SOUTH+REP"
- command = ".movedown"
- elem
- name = "INSERT"
- command = "a-intent right"
- elem
- name = "DELETE"
- command = "delete-key-pressed"
- elem
- name = "1"
- command = "a-intent help"
- elem
- name = "CTRL+1"
- command = "a-intent help"
- elem
- name = "2"
- command = "a-intent disarm"
- elem
- name = "CTRL+2"
- command = "a-intent disarm"
- elem
- name = "3"
- command = "a-intent grab"
- elem
- name = "CTRL+3"
- command = "a-intent grab"
- elem
- name = "4"
- command = "a-intent harm"
- elem
- name = "CTRL+4"
- command = "a-intent harm"
- elem
- name = "5"
- command = ".me"
- elem
- name = "A+REP"
- command = ".moveleft"
- elem
- name = "CTRL+A+REP"
- command = ".moveleft"
- elem
- name = "D+REP"
- command = ".moveright"
- elem
- name = "CTRL+D+REP"
- command = ".moveright"
- elem
- name = "E"
- command = "quick-equip"
- elem
- name = "CTRL+E"
- command = "quick-equip"
- elem
- name = "F"
- command = "a-intent left"
- elem
- name = "CTRL+F"
- command = "a-intent left"
- elem
- name = "G"
- command = "a-intent right"
- elem
- name = "CTRL+G"
- command = "a-intent right"
- elem
- name = "H"
- command = "holster"
- elem
- name = "CTRL+H"
- command = "holster"
- elem
- name = "J"
- command = "toggle-gun-mode"
- elem
- name = "CTRL+J"
- command = "toggle-gun-mode"
- elem
- name = "Q"
- command = ".northwest"
- elem
- name = "CTRL+Q"
- command = ".northwest"
- elem
- name = "R"
- command = ".southwest"
- elem
- name = "CTRL+R"
- command = ".southwest"
- elem "s_key"
- name = "S+REP"
- command = ".movedown"
- elem
- name = "CTRL+S+REP"
- command = ".movedown"
- elem
- name = "T"
- command = ".say"
- elem "w_key"
- name = "W+REP"
- command = ".moveup"
- elem
- name = "CTRL+W+REP"
- command = ".moveup"
- elem
- name = "X"
- command = ".northeast"
- elem
- name = "CTRL+X"
- command = ".northeast"
- elem
- name = "Y"
- command = "Activate-Held-Object"
- elem
- name = "CTRL+Y"
- command = "Activate-Held-Object"
- elem
- name = "Z"
- command = "Activate-Held-Object"
- elem
- name = "CTRL+Z"
- command = "Activate-Held-Object"
- elem
- name = "F1"
- command = "adminhelp"
- elem
- name = "CTRL+SHIFT+F1+REP"
- command = ".options"
- elem
- name = "F2"
- command = "ooc"
- elem
- name = "F2+REP"
- command = ".screenshot auto"
- elem
- name = "SHIFT+F2+REP"
- command = ".screenshot"
- elem
- name = "F3"
- command = ".say"
- elem
- name = "F4"
- command = ".me"
- elem
- name = "F5"
- command = "asay"
- elem
- name = "F6"
- command = "Player-Panel"
- elem
- name = "F7"
- command = "Admin-PM"
- elem
- name = "F8"
- command = "Invisimin"
- elem
- name = "F12"
- command = "F12"
- elem
- name = "NUMPAD8"
- command = "body-toggle-head"
- elem
- name = "NUMPAD5"
- command = "body-chest"
- elem
- name = "NUMPAD4"
- command = "body-r-arm"
- elem
- name = "NUMPAD6"
- command = "body-l-arm"
- elem
- name = "NUMPAD2"
- command = "body-groin"
- elem
- name = "NUMPAD1"
- command = "body-r-leg"
- elem
- name = "NUMPAD3"
- command = "body-l-leg"
- elem
- name = ","
- command = "move-upwards"
- elem
- name = "."
- command = "move-down"
-
-macro "borgmacro"
- elem
- name = "TAB"
- command = ".winset \"mainwindow.macro=borghotkeymode hotkey_toggle.is-checked=true mapwindow.map.focus=true input.background-color=#F0F0F0\""
- elem
- name = "CENTER+REP"
- command = ".center"
- elem
- name = "NORTHEAST"
- command = ".northeast"
- elem
- name = "SOUTHEAST"
- command = ".southeast"
- elem
- name = "SOUTHWEST"
- command = ".southwest"
- elem
- name = "NORTHWEST"
- command = ".northwest"
- elem
- name = "ALT+WEST"
- command = "westfaceperm"
- elem
- name = "CTRL+WEST"
- command = "westface"
- elem
- name = "WEST+REP"
- command = ".moveleft"
- elem
- name = "ALT+NORTH"
- command = "northfaceperm"
- elem
- name = "CTRL+NORTH"
- command = "northface"
- elem
- name = "NORTH+REP"
- command = ".moveup"
- elem
- name = "ALT+EAST"
- command = "eastfaceperm"
- elem
- name = "CTRL+EAST"
- command = "eastface"
- elem
- name = "EAST+REP"
- command = ".moveright"
- elem
- name = "ALT+SOUTH"
- command = "southfaceperm"
- elem
- name = "CTRL+SOUTH"
- command = "southface"
- elem
- name = "SOUTH+REP"
- command = ".movedown"
- elem
- name = "INSERT"
- command = "a-intent right"
- elem
- name = "DELETE"
- command = "delete-key-pressed"
- elem
- name = "CTRL+1"
- command = "toggle-module 1"
- elem
- name = "CTRL+2"
- command = "toggle-module 2"
- elem
- name = "CTRL+3"
- command = "toggle-module 3"
- elem
- name = "CTRL+4"
- command = "a-intent left"
- elem
- name = "CTRL+A+REP"
- command = ".moveleft"
- elem
- name = "CTRL+D+REP"
- command = ".moveright"
- elem
- name = "CTRL+F"
- command = "a-intent left"
- elem
- name = "CTRL+G"
- command = "a-intent right"
- elem
- name = "CTRL+Q"
- command = ".northwest"
- elem
- name = "CTRL+R"
- command = ".southwest"
- elem
- name = "CTRL+S+REP"
- command = ".movedown"
- elem
- name = "CTRL+W+REP"
- command = ".moveup"
- elem
- name = "CTRL+X"
- command = ".northeast"
- elem
- name = "CTRL+Y"
- command = "Activate-Held-Object"
- elem
- name = "CTRL+Z"
- command = "Activate-Held-Object"
- elem
- name = "F1"
- command = "adminhelp"
- elem
- name = "CTRL+SHIFT+F1+REP"
- command = ".options"
- elem
- name = "F2"
- command = "ooc"
- elem
- name = "F2+REP"
- command = ".screenshot auto"
- elem
- name = "SHIFT+F2+REP"
- command = ".screenshot"
- elem
- name = "F3"
- command = ".say"
- elem
- name = "F4"
- command = ".me"
- elem
- name = "F5"
- command = "asay"
- elem
- name = "F6"
- command = "Player-Panel"
- elem
- name = "F7"
- command = "Admin-PM"
- elem
- name = "F8"
- command = "Invisimin"
- elem
- name = "F12"
- command = "F12"
- elem
- name = "CTRL+NUMPAD8"
- command = "body-toggle-head"
- elem
- name = "CTRL+NUMPAD5"
- command = "body-chest"
- elem
- name = "CTRL+NUMPAD4"
- command = "body-r-arm"
- elem
- name = "CTRL+NUMPAD6"
- command = "body-l-arm"
- elem
- name = "CTRL+NUMPAD2"
- command = "body-groin"
- elem
- name = "CTRL+NUMPAD1"
- command = "body-r-leg"
- elem
- name = "CTRL+NUMPAD3"
- command = "body-l-leg"
-
-
-menu "menu"
- elem
- name = "&File"
- command = ""
- saved-params = "is-checked"
- elem
- name = "&Quick screenshot\tF2"
- command = ".screenshot auto"
- category = "&File"
- saved-params = "is-checked"
- elem
- name = "&Save screenshot as...\tShift+F2"
- command = ".screenshot"
- category = "&File"
- saved-params = "is-checked"
- elem
- name = "&Quit"
- command = ".quit"
- category = "&File"
- saved-params = "is-checked"
- elem
- name = "&Icons"
- command = ""
- saved-params = "is-checked"
- elem "stretch"
- name = "&Stretch to fit"
- command = ".winset \"mapwindow.map.icon-size=0\""
- category = "&Icons"
- is-checked = true
- can-check = true
- group = "size"
- saved-params = "is-checked"
- elem "icon128"
- name = "&128x128"
- command = ".winset \"mapwindow.map.icon-size=128\""
- category = "&Icons"
- can-check = true
- group = "size"
- saved-params = "is-checked"
- elem "icon96"
- name = "&96x96"
- command = ".winset \"mapwindow.map.icon-size=96\""
- category = "&Icons"
- can-check = true
- group = "size"
- saved-params = "is-checked"
- elem "icon64"
- name = "&64x64"
- command = ".winset \"mapwindow.map.icon-size=64\""
- category = "&Icons"
- can-check = true
- group = "size"
- saved-params = "is-checked"
- elem "icon48"
- name = "&48x48"
- command = ".winset \"mapwindow.map.icon-size=48\""
- category = "&Icons"
- can-check = true
- group = "size"
- saved-params = "is-checked"
- elem "icon32"
- name = "&32x32"
- command = ".winset \"mapwindow.map.icon-size=32\""
- category = "&Icons"
- can-check = true
- group = "size"
- saved-params = "is-checked"
- elem
- name = "Icon &Stretching"
- command = ""
- saved-params = "is-checked"
- elem
- name = "&Normal"
- command = ".winset \"mapwindow.map.zoom-mode=normal\""
- category = "Icon &Stretching"
- is-checked = true
- can-check = true
- group = "stretching"
- saved-params = "is-checked"
- elem
- name = "&Blur"
- command = ".winset \"mapwindow.map.zoom-mode=blur\""
- category = "Icon &Stretching"
- can-check = true
- group = "stretching"
- saved-params = "is-checked"
- elem
- name = "&Distort"
- command = ".winset \"mapwindow.map.zoom-mode=distort\""
- category = "Icon &Stretching"
- can-check = true
- group = "stretching"
- saved-params = "is-checked"
- elem
- name = "&Help"
- command = ""
- saved-params = "is-checked"
- elem
- name = "&Admin help\tF1"
- command = "adminhelp"
- category = "&Help"
- saved-params = "is-checked"
- elem
- name = "&Hotkeys"
- command = "hotkeys-help"
- category = "&Help"
- saved-params = "is-checked"
- elem
- name = "&Resizing"
- command = ""
- saved-params = "is-checked"
- elem
- name = "Enable &vertical splitter"
- command = ".winset \"mainwindow.mainvsplit.show-splitter true\" "
- category = "&Resizing"
- is-checked = true
- can-check = true
- group = "splitter_vertical"
- saved-params = "is-checked"
- elem
- name = "Disable &vertical splitter"
- command = ".winset \"mainwindow.mainvsplit.show-splitter false\" "
- category = "&Resizing"
- can-check = true
- group = "splitter_vertical"
- saved-params = "is-checked"
- elem
- name = "Enable &horizontal splitter"
- command = ".winset \"rpane.rpanewindow.show-splitter true;\" "
- category = "&Resizing"
- is-checked = true
- can-check = true
- group = "splitter_horizontal"
- saved-params = "is-checked"
- elem
- name = "Disable &horizontal splitter"
- command = ".winset \"rpane.rpanewindow.show-splitter false;\" "
- category = "&Resizing"
- can-check = true
- group = "splitter_horizontal"
- saved-params = "is-checked"
-
-
-window "Telecomms IDE"
- elem "Telecomms IDE"
- type = MAIN
- pos = 281,0
- size = 569x582
- anchor1 = none
- anchor2 = none
- background-color = #ffffff
- is-visible = false
- saved-params = "pos;size;is-minimized;is-maximized"
- title = "TCS IDE"
- statusbar = false
- on-close = "exittcs"
- elem "button5"
- type = BUTTON
- pos = 209,464
- size = 70x20
- anchor1 = 37,80
- anchor2 = 49,83
- saved-params = "is-checked"
- text = "Clear Memory"
- command = "tcsclearmem"
- elem "button4"
- type = BUTTON
- pos = 157,464
- size = 52x20
- anchor1 = 28,80
- anchor2 = 37,83
- saved-params = "is-checked"
- text = "Revert"
- command = "tcsrevert"
- elem "button3"
- type = BUTTON
- pos = 105,464
- size = 52x20
- anchor1 = 18,80
- anchor2 = 28,83
- saved-params = "is-checked"
- text = "Execute"
- command = "tcsrun"
- elem "tcserror"
- type = OUTPUT
- pos = 0,488
- size = 566x94
- anchor1 = 0,84
- anchor2 = 99,100
- font-family = "sans-serif"
- font-size = 9
- saved-params = "max-lines"
- elem "button2"
- type = BUTTON
- pos = 53,464
- size = 52x20
- anchor1 = 9,80
- anchor2 = 18,83
- saved-params = "is-checked"
- text = "Compile"
- command = "tcscompile"
- elem "button1"
- type = BUTTON
- pos = 0,464
- size = 53x20
- anchor1 = 0,80
- anchor2 = 9,83
- saved-params = "is-checked"
- text = "Apply"
- command = "tcssave"
- elem "tcscode"
- type = INPUT
- pos = 0,0
- size = 569x464
- anchor1 = 0,0
- anchor2 = 100,80
- font-family = "Courier"
- font-size = 10
- saved-params = ""
- command = "cancel"
- multi-line = true
- no-command = true
-
-window "mainwindow"
- elem "mainwindow"
- type = MAIN
- pos = 372,0
- size = 640x480
- anchor1 = none
- anchor2 = none
- background-color = #3a3a3a
- is-default = true
- saved-params = "pos;size;is-minimized;is-maximized"
- icon = 'icons\\ss13_64.png'
- title = "Space Station 13 - Aurora Station"
- macro = "macro"
- menu = "menu"
- elem "hotkey_toggle"
- type = BUTTON
- pos = 560,462
- size = 80x20
- anchor1 = 100,100
- anchor2 = none
- text-color = #ffffff
- background-color = #653018
- saved-params = ""
- text = "Hotkey Toggle"
- command = ".winset \"mainwindow.macro!=macro ? mainwindow.macro=macro hotkey_toggle.is-checked=false input.focus=true : mainwindow.macro=hotkeymode hotkey_toggle.is-checked=true mapwindow.map.focus=true\""
- is-flat = true
- button-type = pushbox
- elem "mainvsplit"
- type = CHILD
- pos = 0,0
- size = 640x460
- anchor1 = 0,0
- anchor2 = 100,100
- background-color = #3a3a3a
- saved-params = "splitter"
- right = "rpane"
- is-vert = true
- elem "input"
- type = INPUT
- pos = 0,462
- size = 520x20
- anchor1 = 0,100
- anchor2 = 100,100
- font-family = "Calibri Light"
- font-size = 12
- text-color = #ffffff
- background-color = #577b4f
- is-default = true
- saved-params = "command"
- elem "saybutton"
- type = BUTTON
- pos = 520,462
- size = 40x20
- anchor1 = 100,100
- anchor2 = none
- text-color = #ffffff
- background-color = #2e726f
- saved-params = "is-checked"
- text = "Chat"
- command = ".winset \"saybutton.is-checked=true?input.command=\"!say \\\"\" macrobutton.is-checked=false:input.command=\""
- is-flat = true
- button-type = pushbox
-
-window "mapwindow"
- elem "mapwindow"
- type = MAIN
- pos = 372,0
- size = 640x480
- anchor1 = none
- anchor2 = none
- background-color = #3a3a3a
- saved-params = "pos;size;is-minimized;is-maximized"
- titlebar = false
- statusbar = false
- can-close = false
- can-minimize = false
- can-resize = false
- is-pane = true
- elem "map"
- type = MAP
- pos = 0,0
- size = 640x480
- anchor1 = 0,0
- anchor2 = 100,100
- font-family = "Arial Rounded MT Bold,Arial Black,Arial,sans-serif"
- font-size = 7
- is-default = true
- saved-params = "icon-size"
- on-show = ".winset\"mainwindow.mainvsplit.left=mapwindow\""
- on-hide = ".winset\"mainwindow.mainvsplit.left=\""
-
-window "outputwindow"
- elem "outputwindow"
- type = MAIN
- pos = 372,0
- size = 640x480
- anchor1 = none
- anchor2 = none
- background-color = #3a3a3a
- saved-params = "pos;size;is-minimized;is-maximized"
- titlebar = false
- statusbar = false
- can-close = false
- can-minimize = false
- can-resize = false
- is-pane = true
- elem "output"
- type = OUTPUT
- pos = 0,0
- size = 640x480
- anchor1 = 0,0
- anchor2 = 100,100
- is-default = true
- saved-params = "max-lines"
- style = ".system {color:#ff0000;}"
- max-lines = 0
- elem "asset_cache_browser"
- type = BROWSER
- pos = 0,0
- size = 200x200
- anchor1 = none
- anchor2 = none
- background-color = none
- is-visible = false
- saved-params = ""
-
-window "rpane"
- elem "rpane"
- type = MAIN
- pos = 372,0
- size = 640x480
- anchor1 = none
- anchor2 = none
- background-color = #3a3a3a
- saved-params = "pos;size;is-minimized;is-maximized"
- titlebar = false
- statusbar = false
- can-close = false
- can-minimize = false
- can-resize = false
- is-pane = true
- elem "rpanewindow"
- type = CHILD
- pos = 0,0
- size = 638x474
- anchor1 = 0,0
- anchor2 = 100,100
- background-color = #3a3a3a
- saved-params = "splitter"
- right = "outputwindow"
- is-vert = false
- elem "rulesb"
- type = BUTTON
- pos = 278,0
- size = 60x16
- anchor1 = none
- anchor2 = none
- text-color = #ffffff
- background-color = #515151
- saved-params = "is-checked"
- text = "Rules"
- command = "rules"
- group = "rpanemode"
- elem "changelog"
- type = BUTTON
- pos = 341,0
- size = 67x16
- anchor1 = none
- anchor2 = none
- text-color = #ffffff
- background-color = #515151
- saved-params = "is-checked"
- text = "Changelog"
- command = "Changelog"
- group = "rpanemode"
- elem "reportbugb"
- type = BUTTON
- pos = 410,0
- size = 67x16
- anchor1 = none
- anchor2 = none
- text-color = #ffffff
- background-color = #515151
- saved-params = "is-checked"
- text = "Report Bug"
- command = "reportbug"
- group = "rpanemode"
- elem "forumb"
- type = BUTTON
- pos = 215,0
- size = 60x16
- anchor1 = none
- anchor2 = none
- text-color = #ffffff
- background-color = #515151
- saved-params = "is-checked"
- text = "Forum"
- command = "forum"
- group = "rpanemode"
- elem "wikib"
- type = BUTTON
- pos = 152,0
- size = 60x16
- anchor1 = none
- anchor2 = none
- text-color = #ffffff
- background-color = #515151
- saved-params = "is-checked"
- text = "Wiki"
- command = "wiki"
- group = "rpanemode"
- elem "interfaceb"
- type = BUTTON
- pos = 480,0
- size = 60x16
- anchor1 = none
- anchor2 = none
- text-color = #ffffff
- background-color = #515151
- saved-params = "is-checked"
- text = "WI Link"
- command = "open_webint"
- elem "discordb"
- type = BUTTON
- pos = 544,0
- size = 60x16
- anchor1 = none
- anchor2 = none
- text-color = #ffffff
- background-color = #515151
- saved-params = "is-checked"
- text = "Discord"
- command = "open_discord"
- elem "textb"
- type = BUTTON
- pos = 0,0
- size = 60x16
- anchor1 = none
- anchor2 = none
- text-color = #ffffff
- background-color = #515151
- is-visible = false
- saved-params = "is-checked"
- text = "Text"
- command = ".winset \"rpanewindow.left=;\""
- is-checked = true
- group = "rpanemode"
- button-type = pushbox
- elem "browseb"
- type = BUTTON
- pos = 0,560
- size = 60x16
- anchor1 = none
- anchor2 = none
- text-color = #ffffff
- background-color = #515151
- is-visible = false
- saved-params = "is-checked"
- text = "Browser"
- command = ".winset \"rpanewindow.left=browserwindow\""
- group = "rpanemode"
- button-type = pushbox
- elem "infob"
- type = BUTTON
- pos = 64,0
- size = 60x16
- anchor1 = none
- anchor2 = none
- text-color = #ffffff
- background-color = #515151
- is-visible = false
- saved-params = "is-checked"
- text = "Info"
- command = ".winset \"rpanewindow.left=infowindow\""
- group = "rpanemode"
- button-type = pushbox
-
-window "browserwindow"
- elem "browserwindow"
- type = MAIN
- pos = 372,0
- size = 640x480
- anchor1 = none
- anchor2 = none
- background-color = #3a3a3a
- saved-params = "pos;size;is-minimized;is-maximized"
- title = "Browser"
- titlebar = false
- statusbar = false
- can-close = false
- can-minimize = false
- can-resize = false
- is-pane = true
- elem "browser"
- type = BROWSER
- pos = 0,0
- size = 640x480
- anchor1 = 0,0
- anchor2 = 100,100
- background-color = #ffffff
- is-default = true
- saved-params = ""
- on-show = ".winset\"rpane.infob.is-visible=true?rpane.infob.pos=130,0;rpane.textb.is-visible=true;rpane.browseb.is-visible=true;rpane.browseb.is-checked=true;rpane.rpanewindow.pos=0,30;rpane.rpanewindow.size=0x0;rpane.rpanewindow.left=browserwindow\""
- on-hide = ".winset\"rpane.infob.is-visible=true?rpane.infob.is-checked=true rpane.infob.pos=65,0 rpane.rpanewindow.left=infowindow:rpane.rpanewindow.left=textwindow rpane.textb.is-visible=true rpane.rpanewindow.pos=0,30 rpane.rpanewindow.size=0x0\""
-
-window "infowindow"
- elem "infowindow"
- type = MAIN
- pos = 372,0
- size = 640x480
- anchor1 = none
- anchor2 = none
- background-color = #3a3a3a
- saved-params = "pos;size;is-minimized;is-maximized"
- title = "Info"
- titlebar = false
- statusbar = false
- can-close = false
- can-minimize = false
- can-resize = false
- is-pane = true
- elem "info"
- type = INFO
- pos = 0,0
- size = 640x480
- anchor1 = 0,0
- anchor2 = 100,100
- text-color = #ffffff
- background-color = #515151
- is-default = true
- right-click = true
- saved-params = ""
- highlight-color = #bcb3e1
- tab-text-color = #ffffff
- tab-background-color = #3a3a3a
- on-show = ".winset\"rpane.infob.is-visible=true;rpane.browseb.is-visible=true?rpane.infob.pos=130,0:rpane.infob.pos=65,0 rpane.textb.is-visible=true rpane.infob.is-checked=true rpane.rpanewindow.pos=0,30 rpane.rpanewindow.size=0x0 rpane.rpanewindow.left=infowindow\""
- on-hide = ".winset\"rpane.infob.is-visible=false;rpane.browseb.is-visible=true?rpane.browseb.is-checked=true rpane.rpanewindow.left=browserwindow:rpane.textb.is-visible=true rpane.rpanewindow.pos=0,30 rpane.rpanewindow.size=0x0 rpane.rpanewindow.left=\""
-
-window "text_editor"
- elem "text_editor"
- type = MAIN
- pos = 372,0
- size = 360x488
- anchor1 = none
- anchor2 = none
- background-color = #3a3a3a
- is-visible = false
- border = sunken
- saved-params = "pos;size;is-minimized;is-maximized"
- title = "Text Editor"
- can-minimize = false
- can-resize = false
- elem "exit"
- type = BUTTON
- pos = 248,456
- size = 104x24
- anchor1 = none
- anchor2 = none
- text-color = #ffffff
- background-color = #515151
- saved-params = "is-checked"
- text = "Exit without saving"
- command = ""
- elem "save"
- type = BUTTON
- pos = 128,456
- size = 104x24
- anchor1 = none
- anchor2 = none
- text-color = #ffffff
- background-color = #515151
- saved-params = "is-checked"
- text = "Save"
- command = ""
- elem "saveexit"
- type = BUTTON
- pos = 8,456
- size = 104x24
- anchor1 = none
- anchor2 = none
- text-color = #ffffff
- background-color = #515151
- saved-params = "is-checked"
- text = "Save + Exit"
- command = ""
- elem "textedit"
- type = INPUT
- pos = 0,0
- size = 360x448
- anchor1 = none
- anchor2 = none
- text-color = #ffffff
- background-color = #515151
- border = line
- saved-params = ""
- multi-line = true
-
diff --git a/interface/dark.txt b/interface/dark.txt
deleted file mode 100644
index 1c914ab4e16..00000000000
--- a/interface/dark.txt
+++ /dev/null
@@ -1,48 +0,0 @@
-mainwindow background-color = #3a3a3a
-hotkey_toggle text-color = #ffffff
-hotkey_toggle background-color = #653018
-mainvsplit background-color = #3a3a3a
-input text-color = #ffffff
-input background-color = #577b4f
-saybutton text-color = #ffffff
-saybutton background-color = #2e726f
-mapwindow background-color = #3a3a3a
-outputwindow background-color = #3a3a3a
-rpane background-color = #3a3a3a
-rpanewindow background-color = #3a3a3a
-rulesb text-color = #ffffff
-rulesb background-color = #515151
-changelog text-color = #ffffff
-changelog background-color = #515151
-reportbugb text-color = #ffffff
-reportbugb background-color = #515151
-forumb text-color = #ffffff
-forumb background-color = #515151
-wikib text-color = #ffffff
-wikib background-color = #515151
-interfaceb text-color = #ffffff
-interfaceb background-color = #515151
-discordb text-color = #ffffff
-discordb background-color = #515151
-textb text-color = #ffffff
-textb background-color = #515151
-browseb text-color = #ffffff
-browseb background-color = #515151
-infob text-color = #ffffff
-infob background-color = #515151
-browserwindow background-color = #3a3a3a
-infowindow background-color = #3a3a3a
-info text-color = #ffffff
-info background-color = #515151
-info highlight-color = #bcb3e1
-info tab-text-color = #ffffff
-info tab-background-color = #3a3a3a
-text_editor background-color = #3a3a3a
-exit text-color = #ffffff
-exit background-color = #515151
-save text-color = #ffffff
-save background-color = #515151
-saveexit text-color = #ffffff
-saveexit background-color = #515151
-textedit text-color = #ffffff
-textedit background-color = #515151
\ No newline at end of file
diff --git a/interface/skin.dmf b/interface/skin.dmf
index 5cd9c58feea..2bddf8f1810 100644
--- a/interface/skin.dmf
+++ b/interface/skin.dmf
@@ -1016,75 +1016,6 @@ window "Telecomms IDE"
multi-line = true
no-command = true
-window "mainwindow"
- elem "mainwindow"
- type = MAIN
- pos = 281,0
- size = 640x480
- anchor1 = none
- anchor2 = none
- background-color = none
- is-default = true
- saved-params = "pos;size;is-minimized;is-maximized"
- icon = 'icons\\ss13_64.png'
- title = "Space Station 13 - Aurora Station"
- macro = "macro"
- menu = "menu"
- elem "hotkey_toggle"
- type = BUTTON
- pos = 560,462
- size = 80x20
- anchor1 = 100,100
- anchor2 = none
- background-color = #e6b099
- saved-params = ""
- text = "Hotkey Toggle"
- command = ".winset \"mainwindow.macro!=macro ? mainwindow.macro=macro hotkey_toggle.is-checked=false input.focus=true : mainwindow.macro=hotkeymode hotkey_toggle.is-checked=true mapwindow.map.focus=true\""
- is-flat = true
- button-type = pushbox
- elem "mainvsplit"
- type = CHILD
- pos = 0,0
- size = 640x460
- anchor1 = 0,0
- anchor2 = 100,100
- background-color = none
- saved-params = "splitter"
- right = "rpane"
- is-vert = true
- elem "input"
- type = INPUT
- pos = 0,462
- size = 520x20
- anchor1 = 0,100
- anchor2 = 100,100
- font-family = "Calibri Light"
- font-size = 12
- background-color = #d0e6e3
- is-default = true
- saved-params = "command"
- elem "saybutton"
- type = BUTTON
- pos = 520,462
- size = 40x20
- anchor1 = 100,100
- anchor2 = none
- background-color = #8cd0cd
- saved-params = "is-checked"
- text = "Chat"
- command = ".winset \"saybutton.is-checked=true?input.command=\"!say \\\"\" macrobutton.is-checked=false:input.command=\""
- is-flat = true
- button-type = pushbox
- elem "tooltip"
- type = BROWSER
- pos = 0,0
- size = 999x999
- anchor1 = none
- anchor2 = none
- background-color = none
- is-visible = false
- saved-params = ""
-
window "mapwindow"
elem "mapwindow"
type = MAIN
@@ -1092,7 +1023,6 @@ window "mapwindow"
size = 640x480
anchor1 = none
anchor2 = none
- background-color = none
saved-params = "pos;size;is-minimized;is-maximized"
titlebar = false
statusbar = false
@@ -1113,6 +1043,87 @@ window "mapwindow"
on-show = ".winset\"mainwindow.mainvsplit.left=mapwindow\""
on-hide = ".winset\"mainwindow.mainvsplit.left=\""
+window "mainwindow"
+ elem "mainwindow"
+ type = MAIN
+ pos = 281,0
+ size = 640x440
+ anchor1 = none
+ anchor2 = none
+ background-color = none
+ is-default = true
+ saved-params = "pos;size;is-minimized;is-maximized"
+ title = "Space Station 13 - Aurora Station"
+ is-maximized = true
+ icon = 'icons\\ss13_64.png'
+ macro = "macro"
+ menu = "menu"
+ outer-size = 1936x1056
+ inner-size = 1920x997
+ elem "asset_cache_browser"
+ type = BROWSER
+ pos = 424,208
+ size = 1x1
+ anchor1 = none
+ anchor2 = none
+ background-color = none
+ is-visible = false
+ saved-params = ""
+ elem "hotkey_toggle"
+ type = BUTTON
+ pos = 560,420
+ size = 80x20
+ anchor1 = 100,100
+ anchor2 = none
+ background-color = none
+ saved-params = ""
+ text = "Hotkey Toggle"
+ command = ".winset \"mainwindow.macro!=macro ? mainwindow.macro=macro hotkey_toggle.is-checked=false input.focus=true : mainwindow.macro=hotkeymode hotkey_toggle.is-checked=true mapwindow.map.focus=true\""
+ is-flat = true
+ button-type = pushbox
+ elem "mainvsplit"
+ type = CHILD
+ pos = 0,0
+ size = 634x416
+ anchor1 = 0,0
+ anchor2 = 100,100
+ background-color = none
+ saved-params = "splitter"
+ right = "rpane"
+ is-vert = true
+ elem "input"
+ type = INPUT
+ pos = 0,420
+ size = 517x20
+ anchor1 = 0,100
+ anchor2 = 100,100
+ font-family = "Calibri Light"
+ font-size = 12
+ background-color = #d0e6e3
+ is-default = true
+ saved-params = "command"
+ elem "saybutton"
+ type = BUTTON
+ pos = 520,420
+ size = 40x20
+ anchor1 = 100,100
+ anchor2 = none
+ background-color = #8cd0cd
+ saved-params = "is-checked"
+ text = "Chat"
+ command = ".winset \"saybutton.is-checked=true?input.command=\"!say \\\"\" macrobutton.is-checked=false:input.command=\""
+ is-flat = true
+ button-type = pushbox
+ elem "tooltip"
+ type = BROWSER
+ pos = 0,0
+ size = 999x999
+ anchor1 = none
+ anchor2 = none
+ background-color = none
+ is-visible = false
+ saved-params = ""
+
window "outputwindow"
elem "outputwindow"
type = MAIN
@@ -1128,6 +1139,16 @@ window "outputwindow"
can-minimize = false
can-resize = false
is-pane = true
+ outer-size = 654x494
+ elem "browseroutput"
+ type = BROWSER
+ pos = 0,0
+ size = 640x480
+ anchor1 = 0,0
+ anchor2 = 100,100
+ background-color = #ffffff
+ is-visible = false
+ saved-params = ""
elem "output"
type = OUTPUT
pos = 0,0
@@ -1135,17 +1156,6 @@ window "outputwindow"
anchor1 = 0,0
anchor2 = 100,100
is-default = true
- saved-params = "max-lines"
- style = ".system {color:#ff0000;}"
- max-lines = 0
- elem "asset_cache_browser"
- type = BROWSER
- pos = 0,0
- size = 200x200
- anchor1 = none
- anchor2 = none
- background-color = none
- is-visible = false
saved-params = ""
window "rpane"
@@ -1163,6 +1173,7 @@ window "rpane"
can-minimize = false
can-resize = false
is-pane = true
+ outer-size = 654x494
elem "rpanewindow"
type = CHILD
pos = 0,0
@@ -1296,6 +1307,7 @@ window "browserwindow"
size = 640x480
anchor1 = none
anchor2 = none
+ background-color = none
saved-params = "pos;size;is-minimized;is-maximized"
title = "Browser"
titlebar = false
@@ -1304,6 +1316,7 @@ window "browserwindow"
can-minimize = false
can-resize = false
is-pane = true
+ outer-size = 654x494
elem "browser"
type = BROWSER
pos = 0,0
@@ -1351,18 +1364,22 @@ window "text_editor"
size = 360x488
anchor1 = none
anchor2 = none
+ background-color = none
is-visible = false
border = sunken
saved-params = "pos;size;is-minimized;is-maximized"
title = "Text Editor"
can-minimize = false
can-resize = false
+ outer-size = 376x546
+ inner-size = 360x507
elem "exit"
type = BUTTON
pos = 248,456
size = 104x24
anchor1 = none
anchor2 = none
+ background-color = none
saved-params = "is-checked"
text = "Exit without saving"
command = ""
@@ -1372,6 +1389,7 @@ window "text_editor"
size = 104x24
anchor1 = none
anchor2 = none
+ background-color = none
saved-params = "is-checked"
text = "Save"
command = ""
@@ -1381,6 +1399,7 @@ window "text_editor"
size = 104x24
anchor1 = none
anchor2 = none
+ background-color = none
saved-params = "is-checked"
text = "Save + Exit"
command = ""
@@ -1401,15 +1420,19 @@ window "preferences_window"
size = 1200x800
anchor1 = none
anchor2 = none
+ background-color = none
is-visible = false
saved-params = "pos;size;is-minimized;is-maximized"
statusbar = false
+ outer-size = 1216x839
+ inner-size = 1200x800
elem "preferences_browser"
type = BROWSER
pos = 0,0
size = 1000x800
anchor1 = 0,0
anchor2 = 80,100
+ background-color = none
saved-params = ""
elem "character_preview_map"
type = MAP
@@ -1417,4 +1440,5 @@ window "preferences_window"
size = 200x800
anchor1 = 80,0
anchor2 = 100,100
- right-click = false
\ No newline at end of file
+ saved-params = "zoom;letterbox;zoom-mode"
+
diff --git a/interface/skin.txt b/interface/skin.txt
deleted file mode 100644
index e47dc0cbbb5..00000000000
--- a/interface/skin.txt
+++ /dev/null
@@ -1,48 +0,0 @@
-mainwindow background-color = none
-hotkey_toggle text-color = #000
-hotkey_toggle background-color = #e6b099
-mainvsplit background-color = none
-input text-color = #000
-input background-color = #d0e6e3
-saybutton text-color = #000
-saybutton background-color = #8cd0cd
-mapwindow background-color = none
-outputwindow background-color = none
-rpane background-color = none
-rpanewindow background-color = none
-rulesb text-color = #000
-rulesb background-color = none
-changelog text-color = #000
-changelog background-color = none
-reportbugb text-color = #000
-reportbugb background-color = none
-forumb text-color = #000
-forumb background-color = none
-wikib text-color = #000
-wikib background-color = none
-interfaceb text-color = #000
-interfaceb background-color = none
-discordb text-color = #000
-discordb background-color = none
-textb text-color = #000
-textb background-color = none
-browseb text-color = #000
-browseb background-color = none
-infob text-color = #000
-infob background-color = none
-browserwindow background-color = #fff
-infowindow background-color = #fff
-info text-color = #000
-info background-color = #fff
-info highlight-color = #00aa00
-info tab-text-color = none
-info tab-background-color = none
-text_editor background-color = #fff
-exit text-color = #000
-exit background-color = #fff
-save text-color = #000
-save background-color = #fff
-saveexit text-color = #000
-saveexit background-color = #fff
-textedit text-color = #000
-textedit background-color = #fff
\ No newline at end of file
diff --git a/nano/templates/communication.tmpl b/nano/templates/communication.tmpl
index ab618a2e117..492b90450c3 100644
--- a/nano/templates/communication.tmpl
+++ b/nano/templates/communication.tmpl
@@ -58,7 +58,7 @@
{{else data.state === 5}}
Current Alert level is {{:data.current_security_level_title}}
{{if data.current_security_level === data.def_SEC_LEVEL_DELTA}}
- {{:helper.link('Yellow', null, {'action' : 'setalert', 'target' : data.def_SEC_LEVEL_YELLOW}, data.current_security_level === data.def_SEC_LEVEL_YELLOW || data.isAI ? 'disabled' : null)}}
diff --git a/nano/templates/requests_console.tmpl b/nano/templates/requests_console.tmpl
index cd31b66294d..fdd96ecf599 100644
--- a/nano/templates/requests_console.tmpl
+++ b/nano/templates/requests_console.tmpl
@@ -134,9 +134,9 @@ Used In File(s): \code\game\machinery\requests_console.dm