mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user