[MIRROR] Properly paths sound files and folders (#10899)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-05-17 09:41:03 -07:00
committed by GitHub
parent 0fe755a711
commit 55215f896f
156 changed files with 149 additions and 149 deletions

View File

@@ -368,7 +368,7 @@ Turf and target are seperate in case you want to teleport some distance from a t
var/mob/living/silicon/ai/A = src
oldname = null//don't bother with the records update crap
//to_world(span_world("[newname] is the AI!"))
//world << sound('sound/AI/newAI.ogg')
//world << sound('sound/AI/newai.ogg')
// Set eyeobj name
A.SetName(newname)