Fixes wizard blind spell lasting forever (#25964)

* makes blind not a genetic spell

* pushes blind duration to 30 seconds (from 20), blurry duration to 40 seconds (from 30), reverts back to 1 tile click targeting.
This commit is contained in:
chuga-git
2024-06-22 17:45:13 -05:00
committed by GitHub
parent e37c342401
commit eb8e00a01b
2 changed files with 15 additions and 10 deletions
+2 -2
View File
@@ -96,7 +96,7 @@
//Offensive
/datum/spellbook_entry/blind
name = "Blind"
spell_type = /datum/spell/genetic/blind
spell_type = /datum/spell/blind
category = "Offensive"
cost = 1
@@ -1024,7 +1024,7 @@
user.adjust_nutrition(-200)
/obj/item/spellbook/oneuse/blind
spell = /datum/spell/genetic/blind
spell = /datum/spell/blind
spellname = "blind"
icon_state = "bookblind"
desc = "This book looks blurry, no matter how you look at it."