Skip to content

Commit

Permalink
Update dualsaber.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Iajret committed Oct 25, 2023
1 parent 2c3b536 commit eba8b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/dualsaber.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
light_on = FALSE
attack_verb_continuous = list("attacks", "slashes", "stabs", "slices", "tears", "lacerates", "rips", "dices", "cuts")
attack_verb_simple = list("attack", "slash", "stab", "slice", "tear", "lacerate", "rip", "dice", "cut")
block_chance = 75
block_chance = 45 //FLUFFY FRONTIER EDIT - ORIGINAL:75
block_sound = 'sound/weapons/block_blade.ogg'
max_integrity = 200
armor_type = /datum/armor/item_dualsaber
Expand Down

0 comments on commit eba8b51

Please sign in to comment.