mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Small vamp fixes (#20656)
* adds blood cost to Rejuvenate * Update undeath.dm
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -44,4 +44,4 @@
|
||||
H.adjustToxLoss(-2)
|
||||
H.adjustFireLoss(-2)
|
||||
sleep(3.5 SECONDS) // Before the next healing tick
|
||||
V.remove_blood(blood_cost)
|
||||
V.remove_blood(blood_cost)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user