From 13cc171842c8b0558adbddb47e39e8f7090e8542 Mon Sep 17 00:00:00 2001 From: Sym Date: Sat, 28 Aug 2021 17:57:33 -0400 Subject: [PATCH] DO'H I don't know why I thought that was a good idea. --- code/game/objects/structures/alien/alien.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/alien/alien.dm b/code/game/objects/structures/alien/alien.dm index 0715a821fbf..77945491f7c 100644 --- a/code/game/objects/structures/alien/alien.dm +++ b/code/game/objects/structures/alien/alien.dm @@ -41,7 +41,7 @@ tforce = 10 else tforce = AM:throwforce - playsound(src, 'sound/effects/attackblob.ogg', 100, 1) + playsound(loc, 'sound/effects/attackblob.ogg', 100, 1) health = max(0, health - tforce) healthcheck() ..()