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)
. = ..()