From 8894e32a102c9cacf6232081d7d72b63374752ea Mon Sep 17 00:00:00 2001 From: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> Date: Mon, 9 Sep 2024 03:30:24 -0700 Subject: [PATCH] Budget insuls leaves behind frayed insulative fibers instead of insulative fibers (#31886) * Adds fibers-insulative-frayed to fibers.ftl and relevant fibers-insulative-frayed components to budget insuls * +1 to the "different types of fibers in the game" info under the forensics guidebook entry (pray this is actually correct and accurate) --- Resources/Locale/en-US/forensics/fibers.ftl | 1 + Resources/Prototypes/Entities/Clothing/Hands/colored.yml | 3 +++ Resources/ServerInfo/Guidebook/Security/Forensics.xml | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Resources/Locale/en-US/forensics/fibers.ftl b/Resources/Locale/en-US/forensics/fibers.ftl index c95b292c96..ae52f1d775 100644 --- a/Resources/Locale/en-US/forensics/fibers.ftl +++ b/Resources/Locale/en-US/forensics/fibers.ftl @@ -2,6 +2,7 @@ forensic-fibers = {LOC($material)} fibers forensic-fibers-colored = {LOC($color)} {LOC($material)} fibers fibers-insulative = insulative +fibers-insulative-frayed = frayed insulative fibers-synthetic = synthetic fibers-leather = leather fibers-durathread = durathread diff --git a/Resources/Prototypes/Entities/Clothing/Hands/colored.yml b/Resources/Prototypes/Entities/Clothing/Hands/colored.yml index 556442cee1..7ed7b9f398 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/colored.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/colored.yml @@ -335,6 +335,9 @@ - 3 - 3.5 - 4 + - type: Fiber + fiberMaterial: fibers-insulative-frayed + fiberColor: fibers-yellow # Conductive Insulated Gloves - type: entity diff --git a/Resources/ServerInfo/Guidebook/Security/Forensics.xml b/Resources/ServerInfo/Guidebook/Security/Forensics.xml index cc118e14cb..733969b5a6 100644 --- a/Resources/ServerInfo/Guidebook/Security/Forensics.xml +++ b/Resources/ServerInfo/Guidebook/Security/Forensics.xml @@ -40,7 +40,7 @@ ## Fibers Whenenever people wearing gloves touch anything on the station, they are bound to leave behind some fibers. This complicates things, but nothing is unsolvable for a real detective. - There are up to [color=red]25[/color] different types of fibers possible. Can that stop you from solving the case? + There are up to [color=red]26[/color] different types of fibers possible. Can that stop you from solving the case? -- 2.51.2