Fixing some message and sound.

This commit is contained in:
phil235
2014-09-13 00:46:57 +02:00
parent 304b89bdc0
commit d88cc00a2f
5 changed files with 13 additions and 2 deletions
+2 -1
View File
@@ -172,12 +172,13 @@
playsound(loc, 'sound/effects/grillehit.ogg', 80, 1)
health -= W.force * 0.1
else if(!shock(user, 70))
playsound(loc, 'sound/effects/grillehit.ogg', 80, 1)
switch(W.damtype)
if("fire")
health -= W.force
playsound(loc, 'sound/items/welder.ogg', 80, 1)
if("brute")
health -= W.force * 0.1
playsound(loc, 'sound/effects/grillehit.ogg', 80, 1)
healthcheck()
..()
return