mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
Rejuventate spelling
This commit is contained in:
@@ -204,7 +204,7 @@ You are weak to holy things and starlight. Don't go into space and avoid the Cha
|
||||
var/mob/living/carbon/human/draining // who the vampire is draining of blood
|
||||
var/nullified = 0 //Nullrod makes them useless for a short while.
|
||||
var/list/upgrade_tiers = list(
|
||||
/obj/effect/proc_holder/spell/vampire/self/rejuvinate = 0,
|
||||
/obj/effect/proc_holder/spell/vampire/self/rejuvenate = 0,
|
||||
/obj/effect/proc_holder/spell/vampire/targetted/hypnotise = 0,
|
||||
/obj/effect/proc_holder/spell/vampire/mob_aoe/glare = 0,
|
||||
/datum/vampire_passive/vision = 100,
|
||||
|
||||
@@ -143,14 +143,14 @@
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/obj/effect/proc_holder/spell/vampire/self/rejuvinate
|
||||
name = "Rejuvinate"
|
||||
/obj/effect/proc_holder/spell/vampire/self/rejuvenate
|
||||
name = "Rejuvenate"
|
||||
desc= "Flush your system with spare blood to remove any incapacitating effects."
|
||||
action_icon_state = "vampire_rejuvinate"
|
||||
charge_max = 200
|
||||
stat_allowed = 1
|
||||
|
||||
/obj/effect/proc_holder/spell/vampire/self/rejuvinate/cast()
|
||||
/obj/effect/proc_holder/spell/vampire/self/rejuvenate/cast()
|
||||
var/mob/living/U = usr
|
||||
|
||||
usr.SetWeakened(0)
|
||||
|
||||
Reference in New Issue
Block a user