Adds Hunting Rounds

Adds a system for projectiles to inflict additional damage on specific kinds of simple animals.
Adds special bullets for certain rifles which are very effective against 'animal' SAs such as giant spiders, bears, carp, and such. The bullets do less damage to other targets such as humanoids.
Replaces the southern cross gun locker regular ammo with hunting ammo.
This commit is contained in:
Neerti
2017-11-19 23:59:17 -05:00
parent 0a5aa36f7a
commit 9db34eae86
7 changed files with 63 additions and 2 deletions
@@ -504,7 +504,10 @@
stun_effect_act(0, Proj.agony)
if(!Proj.nodamage)
adjustBruteLoss(Proj.damage)
var/true_damage = Proj.damage
if(!Proj.SA_vulnerability || Proj.SA_vulnerability == intelligence_level)
true_damage += Proj.SA_bonus_damage
adjustBruteLoss(true_damage)
if(Proj.firer)
react_to_attack(Proj.firer)