mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Fixed error preventing melee damage.
This commit is contained in:
@@ -104,7 +104,7 @@ emp_act
|
||||
var/power = I.force
|
||||
if(I.w_class >= 4)
|
||||
power *= 2
|
||||
apply_damage(, I.damtype, affecting, armor, is_cut(I), I.name)
|
||||
apply_damage(power, I.damtype, affecting, armor, is_cut(I), I.name)
|
||||
|
||||
var/bloody = 0
|
||||
if((I.damtype == BRUTE) && prob(25 + (I.force * 2)))
|
||||
|
||||
Reference in New Issue
Block a user