Bugfix Shotgun 3: The Revengeance (#10737)

This commit is contained in:
Wildkins
2020-12-08 05:45:05 -05:00
committed by GitHub
parent 7d849c4e18
commit 3d9543e877
9 changed files with 52 additions and 6 deletions

View File

@@ -580,7 +580,8 @@
log_and_message_admins("[key_name(user)] commited suicide using \a [src]")
user.apply_damage(in_chamber.damage*2.5, in_chamber.damage_type, BP_HEAD, used_weapon = "Point blank shot in the mouth with \a [in_chamber]", damage_flags = DAM_SHARP)
user.death()
qdel(in_chamber)
handle_post_fire(user, user, FALSE, FALSE, FALSE)
mouthshoot = FALSE
return
else