mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[NON-MODULAR] Renames the bluespace warning labels to be OOC info (#12613)
* OOC * Update weapon_description.dm * Update weapon_description.dm
This commit is contained in:
@@ -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 <a href='?src=[REF(item)];examine=1'>warning label.</a>")
|
||||
examine_texts += span_notice("OOC: It has an ever-updating bluespace <a href='?src=[REF(item)];examine=1'>warning label.</a>") //SKYRAT EDIT ORIGINAL: ("It appears to have an ever-updating bluespace <a href='?src=[REF(item)];examine=1'>warning label.</a>")
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -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 <a href='?src=[REF(src)];list_armor=1'>tag</a> listing its protection classes.")
|
||||
. += span_notice("OOC: Click <a href='?src=[REF(src)];list_armor=1'>here</a> to see its protection classes.") // SKYRAT EDIT ORIGINAL: ("It has a <a href='?src=[REF(src)];list_armor=1'>tag</a> listing its protection classes.")
|
||||
|
||||
/obj/item/clothing/Topic(href, href_list)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user