mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Ports TG berserker armor from TG to replace champion hardsuit. (#18854)
* NT does not recommend punching fauna to death * need x2, don't want reflection * Armor -> brute burn resist, speed removed * phys not species * light em up * Apply suggestions from code review Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * a hex on you Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com> * spacing, bolding, only stamina * Apply suggestions from code review Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>
This commit is contained in:
co-authored by
Luc
Charlie
parent
87caa9532b
commit
b1be1b5a36
@@ -238,6 +238,9 @@ emp_act
|
||||
if(w_uniform && w_uniform.hit_reaction(src, AM, attack_text, 0, damage, attack_type))
|
||||
return TRUE
|
||||
|
||||
if(head && head.hit_reaction(src, AM, attack_text, 0, damage, attack_type))
|
||||
return TRUE
|
||||
|
||||
return FALSE
|
||||
|
||||
#undef BLOCK_CHANCE_CALCULATION
|
||||
|
||||
Reference in New Issue
Block a user