mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Nerfs Punji Trap Damage and Fertilizer Injection (#17936)
* b * salt pr for tol * them changes(logs) * json setting fix * a quick edit
This commit is contained in:
@@ -753,7 +753,7 @@
|
||||
target_zone = pick(BP_L_FOOT, BP_R_FOOT, BP_L_LEG, BP_R_LEG)
|
||||
|
||||
//Try to apply the damage
|
||||
var/success = L.apply_damage(60, DAMAGE_BRUTE, target_zone, used_weapon = src, armor_pen = activated_armor_penetration)
|
||||
var/success = L.apply_damage(50, DAMAGE_BRUTE, target_zone, used_weapon = src, armor_pen = activated_armor_penetration)
|
||||
|
||||
//If successfully applied, give the message
|
||||
if(success)
|
||||
@@ -785,9 +785,6 @@
|
||||
|
||||
organ.germ_level += INFECTION_LEVEL_THREE
|
||||
|
||||
//Add some fertilizer to poison the target whole, not only the external organ (leg/foot)
|
||||
L.reagents.add_reagent(/singleton/reagent/toxin/fertilizer, 10)
|
||||
|
||||
/obj/item/trap/punji/proc/reveal_message(mob/living/victim)
|
||||
if(!message)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user