diff --git a/code/modules/vore/weight/fitness_machines_vr.dm b/code/modules/vore/weight/fitness_machines_vr.dm
index 730d2a82965..55e4d012d83 100644
--- a/code/modules/vore/weight/fitness_machines_vr.dm
+++ b/code/modules/vore/weight/fitness_machines_vr.dm
@@ -69,7 +69,7 @@
"You slam your fist into the punching bag.",
"You jab the punching bag with your elbow.")
user << message
- playsound(src.loc, 'punch', 50, 1)
+ playsound(src.loc, "punch", 50, 1)
else if(user.nutrition < 35)
user << "You need more energy to workout on the mat!"
@@ -107,8 +107,8 @@
"A honk emits from the punching bag as you hit it.")
user << message
playsound(src.loc, 'sound/items/bikehorn.ogg', 50, 1)
- playsound(src.loc, 'clownstep', 50, 1)
- playsound(src.loc, 'punch', 50, 1)
+ playsound(src.loc, "clownstep", 50, 1)
+ playsound(src.loc, "punch", 50, 1)
else if(user.nutrition < 35)
user << "You need more energy to workout on the mat!"