Skip to content

Commit

Permalink
tweak/bugfix: Disable Tech requires a magician's robe from a librarian (
Browse files Browse the repository at this point in the history
#5241)

Update wizard.dm
  • Loading branch information
pilygun authored Jun 22, 2024
1 parent 3cf5352 commit 1a07077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/spells/wizard.dm
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
desc = "This spell disables all weapons, cameras and most other technology in range."
base_cooldown = 40 SECONDS
cooldown_min = 20 SECONDS //50 deciseconds reduction per rank
clothes_req = TRUE
clothes_req = FALSE
invocation = "NEC CANTIO"
invocation_type = "shout"

Expand Down

0 comments on commit 1a07077

Please sign in to comment.