Skip to content

Commit

Permalink
Mfw I don't use Change all Occurrences and I forget to edit ONE line
Browse files Browse the repository at this point in the history
  • Loading branch information
boniondev committed May 10, 2024
1 parent f68bc2d commit 76aede3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/melee/concussive_hammer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
attack_verb_simple = list("strike")
slot_flags = ITEM_SLOT_BELT + ITEM_SLOT_BACK
w_class = WEIGHT_CLASS_HUGE
var/datum/action/cooldown/spell/touch/concuss = new
var/datum/action/cooldown/spell/pointed/concuss = new

/obj/item/melee/concussive_hammer/Destroy()
qdel(concuss)
Expand All @@ -18,7 +18,7 @@
name = "Concuss"
desc = "TBD"
background_icon_state = ACTION_BUTTON_DEFAULT_BACKGROUND
spell_requirements = SPELL_REQUIRES_HUMAN
spell_requirements = SPELL_REQU
antimagic_flags = NONE
cooldown_time = 10 //Subject to balancing
spell_max_level = 1
Expand Down

0 comments on commit 76aede3

Please sign in to comment.