From 5d51bc48c41263d1cff73ef6f82eb168764debf6 Mon Sep 17 00:00:00 2001 From: Spades Date: Sat, 18 Jun 2016 19:20:25 -0400 Subject: [PATCH] Travis wake up. --- code/modules/vore/weight/fitness_machines_vr.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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!"