diff --git a/code/game/mecha/combat/neovgre.dm b/code/game/mecha/combat/neovgre.dm
index b1f2cdd02a..df44f8d6a8 100644
--- a/code/game/mecha/combat/neovgre.dm
+++ b/code/game/mecha/combat/neovgre.dm
@@ -47,7 +47,7 @@
for(var/mob/M in src)
to_chat(M, "You are consumed by the fires raging within Neovgre...")
M.dust()
- playsound(src, 'sound/magic/lightning_chargeup.ogg', 100, 0)
+ playsound(src, 'sound/effects/neovgre_exploding.ogg', 100, 0)
src.visible_message("The reactor has gone critical, its going to blow!")
addtimer(CALLBACK(src,.proc/go_critical),breach_time)
diff --git a/code/modules/antagonists/clockcult/clock_scriptures/scripture_applications.dm b/code/modules/antagonists/clockcult/clock_scriptures/scripture_applications.dm
index 3d467350ff..0bb4270ff6 100644
--- a/code/modules/antagonists/clockcult/clock_scriptures/scripture_applications.dm
+++ b/code/modules/antagonists/clockcult/clock_scriptures/scripture_applications.dm
@@ -146,6 +146,6 @@
/datum/clockwork_scripture/create_object/summon_arbiter/check_special_requirements()
if(GLOB.neovgre_exists)
- to_chat(invoker, "\"You've already got one...\"")
+ to_chat(invoker, "\"Only one of my weapons may exist in this temporal stream!\"")
return FALSE
return ..()
diff --git a/sound/effects/neovgre_exploding.ogg b/sound/effects/neovgre_exploding.ogg
new file mode 100644
index 0000000000..6ca2db05c3
Binary files /dev/null and b/sound/effects/neovgre_exploding.ogg differ