Small vamp fixes (#20656)

* adds blood cost to Rejuvenate

* Update undeath.dm
This commit is contained in:
soyconsumer
2018-11-11 15:37:11 +01:00
committed by DamianX
parent 69d6525bf9
commit 33599c0592
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/spell/rejuvenate
name = "Rejuvenate"
name = "Rejuvenate (1)"
desc = "Flush your system with spare blood to remove any incapacitating effects."
abbreviation = "RJ"

View File

@@ -29,7 +29,7 @@
to_chat(user, "<span class='warning'>You need to be dead to do that. Well, you're already dead; undead to be precise, but you need to be DEAD dead to use it.</span>")
return FALSE
if(user.on_fire || V && V.smitecounter)
to_chat(user, "span class='warning'>Your corpse has been sanctified!</span>")
to_chat(user, "<span class='warning'>Your corpse has been sanctified!</span>")
return FALSE
/spell/undeath/choose_targets(var/mob/user = usr)