/area/ruin/shoe_factory name = "\improper Shoe Factory" /obj/effect/spawner/random/mining_loot/shoe_factory name = "random shoe factory loot" desc = "Spawns shoes from the loot list. Shoes have a randomized slowdown modifier." icon = 'icons/obj/clothing/shoes.dmi' icon_state = "sneakers" loot = list() loot_subtype_path = /obj/item/clothing/shoes spawn_loot_count = 5 spawn_scatter_radius = 2 spawn_random_offset = TRUE /obj/effect/spawner/random/mining_loot/shoe_factory/make_item(spawn_loc, type_path_to_make) var/obj/item/clothing/shoes/shoe = ..() if(istype(shoe)) // shoes will spawn anywhere from -0.5 speed modifer (fast) to +0.5 speed (slow) // See https://tadeohepperle.com/dice-calculator-frontend/?d1=%2B5d3 to view dice chances for rolls (higher rolls == faster shoes) var/dice_result = roll("5d3") var/slowdown_modifier = (1 - (dice_result * 0.1)) shoe.slowdown += slowdown_modifier return shoe /obj/item/paper/fluff/ruins/shoe_factory/osha_shutdown name = "Official Spess OSHA Closure Notice" desc = "A heavily stamped document with a bright red 'CONDEMNED' watermark." default_raw_text = "SPESS OCCUPATIONAL SAFETY & HEALTH ADMINISTRATION

\ ORDER OF IMMEDIATE CLOSURE

\ Facility 44-S (Footwear Manufacturing Division) is hereby ordered to cease all operations indefinitely pending a Class-A kinetic anomaly investigation.

\ Citations:
\
\ All assets are frozen. Do not attempt to transport the remaining stock. If you must move a crate, DO NOT wear the contents." /obj/item/paper/fluff/shoe_factory_osha name = "Space OSHA Inspection Notice" default_raw_text = {"
NANOTRASEN OCCUPATIONAL SAFETY AND HAZARD ADMINISTRATION
Form 77-B: Mandatory Facility Closure Order


Facility: Cobbleton & Sons Shoe Manufacturing, Ltd.
Inspector: H. Bootsworth, Senior Field Auditor
Date of Inspection: ██/██/25██
Outcome: IMMEDIATE CLOSURE ORDERED

Summary of Violations:

Following a routine workplace safety audit, the following CRITICAL violations were observed on the factory floor:

1. Multiple pairs of finished footwear were found to exhibit anomalous and hazardous properties inconsistent with standard shoe behavior. Products were observed (REDACTED), emitting unlicensed energy signatures, and in one case actively resisting removal from the test subject's feet.

2. ZERO quality assurance records were found on-site. When asked about QA procedures, the floor manager gestured vaguely at a clown and said "he tries them on sometimes."

3. The manufacturing line lacks any form of anomalous material handling protocols despite the finished product clearly being outside baseline safety parameters.

Closing Remarks:

I have been a Safety Auditor for 15 years across 3 sectors. I have shut down plasma refineries. I have cited singularity engine rooms. I have written violations for clown cars exceeding maximum occupancy by a factor of eleven.

I have never seen shoes do the things these shoes do.

This facility is to remain sealed until such time as a full anomalous item review board can assess the product line. Any remaining inventory is NOT to be removed from the premises.

(Addendum: if anyone from Corporate is reading this - no, you cannot sell these. I don't care how much the profit margin is. Stop asking.)

This notice is the property of Space OSHA. Removal or defacement of this notice is punishable under Nanotrasen Workplace Safety Code § 4.77.2 "} /obj/item/paper/fluff/shoe_factory_closure name = "NOTICE OF CLOSURE" desc = "An official-looking document bearing the Space OSHA seal. Someone has drawn a tiny angry face on the corner." default_raw_text = {"
SPACE OCCUPATIONAL SAFETY & HAZARDS ADMINISTRATION
OFFICIAL NOTICE OF FACILITY CLOSURE

Facility: Unnamed Bootwear Manufactory, Sector (REDACTED)
Inspecting Officer: Senior Agent Greaves, Division VII
Status: PERMANENTLY CLOSED, pending owner's response (owner has not responded in 14 standard months).

To whom it may concern,

Following a routine compliance audit, this facility has been found in gross violation of no fewer than thirty-two distinct Space OSHA regulations. A full list is appended in Annex B. For the purposes of this summary notice, the most egregious are reproduced below:

1. Complete absence of any functioning Quality Assurance pipeline. Upon questioning, the foreman claimed the previous QA officer "left in a hurry" through an unpatched hole in the ceiling. The hole has been independently verified. The QA officer has not.

2. Production of footwear containing undeclared active components. This office has recovered several finished units displaying behavior wildly inconsistent with what a reasonable being would call "a shoe." The proprietor insists these are "premium features" for "the discerning adventurer." This office insists they are lawsuits.

3. Failure to properly label hazardous stock. If you are reading this notice, and you are standing in the facility, and you are considering putting on a pair of the shoes on the floor: please do not. Or do. We are no longer liable either way.

4. No fire exits. No fire extinguishers. Considerable amounts of flammable leather. We don't even know where to start.

By the authority vested in this office, all operations are to cease immediately. Any remaining inventory is the property of the Crown and/or whoever gets here first.

Stay safe out there.

Sr. Agent Greaves, Space OSHA
"If it looks unsafe, it probably is. If it looks safe, it probably still is.""}