I don't know why I thought that was a good idea.
This commit is contained in:
Sym
2021-08-28 17:57:33 -04:00
parent 0e45d5ddea
commit 13cc171842
+1 -1
View File
@@ -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()
..()