Skip to content

Commit

Permalink
should be done
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Sep 29, 2024
1 parent e23d581 commit 4751203
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion code/datums/components/melee/charged.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
list/attack_verb_on,
inhand_icon_change = TRUE,
_allowed_cells = list(),
_preload_cell_type = /obj/item/stock_parts/cell/melee,
_preload_cell_type = /obj/item/stock_parts/cell,
_cell_hit_cost = 1000,
_can_remove_cell = FALSE,
_no_cell_icon = FALSE
Expand Down
1 change: 0 additions & 1 deletion code/game/objects/items/melee/sword.dm
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@
w_class = WEIGHT_CLASS_SMALL
attack_verb = list("smacked", "prodded")

parry_transformed = TRUE
var/extend_sound = 'sound/weapons/batonextend.ogg'

var/on_block_chance = 40
Expand Down

0 comments on commit 4751203

Please sign in to comment.