From 3ae9d8a59a4ce062992cf00e44841997a48eb264 Mon Sep 17 00:00:00 2001 From: Kio Date: Tue, 1 Apr 2025 11:21:38 -0500 Subject: [PATCH] Fix error in Fero --- Android/Fero.html | 2 +- page.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Android/Fero.html b/Android/Fero.html index b8f265f..7b46199 100644 --- a/Android/Fero.html +++ b/Android/Fero.html @@ -34,7 +34,7 @@

Combat-Ready Fero units come equipped with "Volatile Memory"; temporary storage erased on power down, distress, or at command, keeping mission-critical data out of the wrong hands.

There's a key downgrade that Syskor made to enhance response time - by shifting from a full-featured BASIC processor, to "Basic Mini"; sacrificing security and interactivity for quicker response times.

Parts

-

Fero units are one of the few android models capable of repairing their bodies without a technician involved—though, damage beyond their self-repair capabilities will always require professional assistance. If you buy a Fero unit, your upkeep is parts alone, nothing more.

+

Fero units are one of the few android models capable of repairing their bodies without a technician involved—though, damage beyond their self-repair capabilities will always require professional assistance. If you buy a Fero unit, your upkeep is parts and oil, nothing more.

Stock Fero parts are expensive to obtain due to their durability and flexibility; designed to take on significant wear before needing any repair, and a polished metal finish obscures minor blemishes.

The trade-off for this self-maintenance is the expensive upkeep. When a Fero unit asks for something, you give it what it wants, and you do not ask questions. Additionally, Fero units require a premium oil; their lubrication system is designed to prevent contaminants from entering, not to filter out grime existing in subpar oil.

Another common criticism is the unit's sensitive power regulator. When it appropriates new parts, Fero units must be careful not to overload the regulator with power-hungry or malicious parts, as an overtaxed power regulator will quickly fail. Thankfully, power regulators are easy to self-repair when offered salvage, and can be upgraded to be more fault-tolerant. There have been many stories of Fero units that have saved a humanoid comrade by abusing their power regulators until they could bring them to safety.

diff --git a/page.css b/page.css index d17e9a3..f8a1149 100644 --- a/page.css +++ b/page.css @@ -19,6 +19,10 @@ box-sizing: border-box; } +blockquote { + border-left: 7px solid var(--code); + padding-left: 30px; +} body { font-family: 'Atkinson Hyperlegible', sans-serif;