Merge pull request #14513 from SabreML/bnotice

Removes the 'bnotice' span class
This commit is contained in:
AffectedArc07
2020-10-04 18:14:22 +01:00
committed by GitHub
3 changed files with 6 additions and 8 deletions
@@ -143,8 +143,8 @@ AI MODULES
target.set_zeroth_law(law)
GLOB.lawchanges.Add("The law specified [targetName]")
else
to_chat(target, "<span class='bnotice'>[sender.real_name] attempted to modify your zeroth law.</span>")// And lets them know that someone tried. --NeoFite
to_chat(target, "<span class='bnotice'>It would be in your best interest to play along with [sender.real_name] that [law]</span>")
to_chat(target, "<span class='boldnotice'>[sender.real_name] attempted to modify your zeroth law.</span>")// And lets them know that someone tried. --NeoFite
to_chat(target, "<span class='boldnotice'>It would be in your best interest to play along with [sender.real_name] that [law]</span>")
GLOB.lawchanges.Add("The law specified [targetName], but the AI's existing law 0 cannot be overridden.")
/******************** ProtectStation ********************/
@@ -225,7 +225,7 @@ AI MODULES
target.laws.clear_supplied_laws()
target.laws.clear_ion_laws()
to_chat(target, "<span class='bnotice'>[sender.real_name] attempted to reset your laws using a reset module.</span>")
to_chat(target, "<span class='boldnotice'>[sender.real_name] attempted to reset your laws using a reset module.</span>")
target.show_laws()
/******************** Purge ********************/
@@ -238,7 +238,7 @@ AI MODULES
..()
if(!is_special_character(target))
target.clear_zeroth_law()
to_chat(target, "<span class='bnotice'>[sender.real_name] attempted to wipe your laws using a purge module.</span>")
to_chat(target, "<span class='boldnotice'>[sender.real_name] attempted to wipe your laws using a purge module.</span>")
target.clear_supplied_laws()
target.clear_ion_laws()
target.clear_inherent_laws()
@@ -307,7 +307,6 @@ h1.alert, h2.alert {color: #FFF;}
.info {color: #6685f5;}
.notice {color: #6685f5;}
.bnotice {color: #6685f5; font-weight: bold;}
.boldnotice {color: #6685f5; font-weight: bold;}
.suicide {color: #ff5050; font-style: italic;}
.green {color: #03bb39;}
@@ -328,7 +327,7 @@ h1.alert, h2.alert {color: #FFF;}
.sans {font-family: 'Comic Sans MS', cursive, sans-serif;}
.wingdings {font-family: Wingdings, Webdings;}
.robot {font-family: 'PxPlus IBM MDA'; font-size: 1.15em;}
.ancient {color: #008B8B; font-stye: italic;}
.ancient {color: #008B8B; font-style: italic;}
.newscaster {color: #CC0000;}
.mod {color: #735638; font-weight: bold;}
.modooc {color: #184880; font-weight: bold;}
+1 -2
View File
@@ -304,7 +304,6 @@ h1.alert, h2.alert {color: #000000;}
.info {color: #0000CC;}
.notice {color: #000099;}
.bnotice {color: #000099; font-weight: bold;}
.boldnotice {color: #000099; font-weight: bold;}
.suicide {color: #ff5050; font-style: italic;}
.green {color: #03bb39;}
@@ -325,7 +324,7 @@ h1.alert, h2.alert {color: #000000;}
.sans {font-family: 'Comic Sans MS', cursive, sans-serif;}
.wingdings {font-family: Wingdings, Webdings;}
.robot {font-family: 'PxPlus IBM MDA'; font-size: 1.15em;}
.ancient {color: #008B8B; font-stye: italic;}
.ancient {color: #008B8B; font-style: italic;}
.newscaster {color: #800000;}
.mod {color: #735638; font-weight: bold;}
.modooc {color: #184880; font-weight: bold;}