From 4a270d737e998e8a18ff2efb9fa5893f1caa2960 Mon Sep 17 00:00:00 2001 From: ErdinyoBarboza Date: Mon, 11 Apr 2022 04:46:49 +0300 Subject: [PATCH] [NON-MODULAR] Renames the bluespace warning labels to be OOC info (#12613) * OOC * Update weapon_description.dm * Update weapon_description.dm --- code/datums/elements/weapon_description.dm | 2 +- code/modules/clothing/clothing.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/elements/weapon_description.dm b/code/datums/elements/weapon_description.dm index 690b5fe9a21..a3a331989fa 100644 --- a/code/datums/elements/weapon_description.dm +++ b/code/datums/elements/weapon_description.dm @@ -44,7 +44,7 @@ SIGNAL_HANDLER if(item.force >= 5 || item.throwforce >= 5 || item.override_notes || item.offensive_notes || attached_proc) /// Only show this tag for items that could feasibly be weapons, shields, or those that have special notes - examine_texts += span_notice("It appears to have an ever-updating bluespace warning label.") + examine_texts += span_notice("OOC: It has an ever-updating bluespace warning label.") //SKYRAT EDIT ORIGINAL: ("It appears to have an ever-updating bluespace warning label.") /** * diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index bf803101e9e..fdead1f20a1 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -309,7 +309,7 @@ . += how_cool_are_your_threads.Join() if(armor.bio || armor.bomb || armor.bullet || armor.energy || armor.laser || armor.melee || armor.fire || armor.acid || flags_cover & HEADCOVERSMOUTH || flags_cover & PEPPERPROOF) - . += span_notice("It has a tag listing its protection classes.") + . += span_notice("OOC: Click here to see its protection classes.") // SKYRAT EDIT ORIGINAL: ("It has a tag listing its protection classes.") /obj/item/clothing/Topic(href, href_list) . = ..()