mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Revert "Dragonslayer Nerf (Pressurized Areas Only)" (#2413)
Reverts Bubberstation/Bubberstation#2388 Overcompensation and the sword got admittidely nerfed to the floor. Its original damage values were pretty reasonable, except with the 35 armor pen. But the issues come mostly in the minmaxing you can do with the armor as you can still do that with any other melee item. Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com>
This commit is contained in:
co-authored by
Waterpig
parent
237b5421c3
commit
d53e655c19
@@ -154,17 +154,6 @@
|
||||
. = ..()
|
||||
if(is_nemesis_faction)
|
||||
force -= faction_bonus_force
|
||||
if(lavaland_equipment_pressure_check(get_turf(user)))
|
||||
force = initial(force)
|
||||
wound_bonus = initial(wound_bonus)
|
||||
armour_penetration = initial(armour_penetration)
|
||||
block_chance = initial(block_chance)
|
||||
return ..()
|
||||
else
|
||||
force = 18
|
||||
wound_bonus = 8
|
||||
armour_penetration = 15
|
||||
block_chance = 10
|
||||
|
||||
/obj/item/claymore/dragonslayer/ranged_interact_with_atom_secondary(atom/interacting_with, mob/living/user, list/modifiers)
|
||||
if(user.IsImmobilized()) // no free dodgerolls
|
||||
|
||||
Reference in New Issue
Block a user