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:
lavillastrangiato
2023-12-15 08:39:48 +00:00
committed by GitHub
parent aecdc8fa40
commit c0b2b24e42
3 changed files with 43 additions and 5 deletions
+1 -4
View File
@@ -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