mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Misc fixes (#1370)
changes: bugfix: "Fixed formatting of forms when held up to a security camera." spellcheck: "Fixed grammar error in IA and CE's headsets." Fixes #1196. Fixes #1358. Fixes #1376. Fixes #1347. Replaces some BYOND text macros with spans. Issues: M'sai's preview image does not work (missing image).
This commit is contained in:
+2
-2
@@ -749,7 +749,7 @@ proc/api_update_command_database()
|
||||
G.has_enabled_antagHUD = 2
|
||||
G.can_reenter_corpse = 1
|
||||
|
||||
G:show_message(text("\blue <B>You may now respawn. You should roleplay as if you learned nothing about the round during your time with the dead.</B>"), 1)
|
||||
G:show_message(text("<span class='notice'><B>You may now respawn. You should roleplay as if you learned nothing about the round during your time with the dead.</B></span>"), 1)
|
||||
log_admin("[senderkey] allowed [key_name(G)] to bypass the 30 minute respawn limit via the API")
|
||||
message_admins("Admin [senderkey] allowed [key_name_admin(G)] to bypass the 30 minute respawn limit via the API", 1)
|
||||
|
||||
@@ -903,7 +903,7 @@ proc/api_update_command_database()
|
||||
if(reportannounce == 1)
|
||||
command_announcement.Announce(reportbody, reporttitle, new_sound = 'sound/AI/commandreport.ogg', do_newscast = 1, msg_sanitized = 1);
|
||||
if(reportannounce == 0)
|
||||
world << "\red New NanoTrasen Update available at all communication consoles."
|
||||
world << "<span class='alert'>New NanoTrasen Update available at all communication consoles.</span>"
|
||||
world << sound('sound/AI/commandreport.ogg')
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -393,7 +393,7 @@
|
||||
|
||||
else if (href_list["obj_announce"])
|
||||
var/obj_count = 1
|
||||
current << "\blue Your current objectives:"
|
||||
current << "<span class='notice'>Your current objectives:</span>"
|
||||
for(var/datum/objective/objective in objectives)
|
||||
current << "<B>Objective #[obj_count]</B>: [objective.explanation_text]"
|
||||
obj_count++
|
||||
@@ -540,7 +540,7 @@
|
||||
..()
|
||||
mind.assigned_role = "Armalis"
|
||||
mind.special_role = "Vox Raider"
|
||||
|
||||
|
||||
/mob/living/silicon/robot/syndicate/mind_initialize()
|
||||
..()
|
||||
mind.assigned_role = "Syndicate Robot"
|
||||
|
||||
Reference in New Issue
Block a user