Skip to content

Commit

Permalink
Update chains.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
tioluko authored Sep 13, 2024
1 parent 58f54a5 commit 3db91aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/spells/roguetown/arcane/chains.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
chargedrain = 1
chargetime = 10
charge_max = 60 SECONDS
learnable = FALSE
learnable = TRUE

/obj/effect/proc_holder/spell/arcane/chain/cast(list/targets, mob/living/user)
. = ..()
Expand Down Expand Up @@ -52,4 +52,4 @@
to_chat(user, span_warning("[C] is missing two or one legs."))
else
to_chat(user, span_warning("[C] is already tied."))
return FALSE
return FALSE

0 comments on commit 3db91aa

Please sign in to comment.