Bug fixes

This commit is contained in:
ZomgPonies
2013-11-24 11:23:54 -05:00
parent 227f4a1bc0
commit 19596fa6fd
2 changed files with 20 additions and 1 deletions
+4
View File
@@ -193,6 +193,10 @@
playsound(user, fire_sound, 10, 1)
else
playsound(user, fire_sound, 50, 1)
if(istype(in_chamber, /obj/item/projectile/beam/lastertag))
user.show_message("<span class = 'warning'>You feel rather silly, trying to commit suicide with a toy.</span>")
mouthshoot = 0
return
in_chamber.on_hit(M)
if (!in_chamber.nodamage)
user.apply_damage(in_chamber.damage*2.5, in_chamber.damage_type, "head", used_weapon = "Point blank shot in the mouth with \a [in_chamber]")