Apply suggestions from code review

Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>
This commit is contained in:
Qwertytoforty
2021-09-11 13:32:08 -04:00
committed by GitHub
co-authored by SabreML
parent 21b0dfbaac
commit d4462756fe
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -83,11 +83,11 @@
if(check_rights(R_EVENT,0,X.mob))
to_chat(X, msg)
if(nuke_status == NUKE_MISSING)
to_chat(X, "<b><span class='userdanger'>Nuclear device is not on station!</b></span>")
to_chat(X, "<span class='userdanger'>Nuclear device is not on station!</span>")
else
to_chat(X, "<span class='adminnotice'><b>The nuke code is [nuke_code].</b></span>")
to_chat(X, "<b>The nuke code is [nuke_code].</b>")
if(nuke_status == NUKE_CORE_MISSING)
to_chat(X, "<b><span class='userdanger'>Nuclear device does not have a core, and will not arm!</b></span>")
to_chat(X, "<span class='userdanger'>Nuclear device does not have a core, and will not arm!</span>")
if(X.prefs.sound & SOUND_ADMINHELP)
SEND_SOUND(X, sound('sound/effects/adminhelp.ogg'))