From 02e61a6f0486c8e089b5204499b91ff05541dcbe Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Thu, 19 Oct 2017 21:46:47 -0400 Subject: [PATCH] Update station_special_abilities_vr.dm --- .../human/species/station/station_special_abilities_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm index b05a645814..a07a03a871 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm @@ -508,7 +508,7 @@ return /mob/living/carbon/human/proc/succubus_drain_lethal() - set name = "(LETHAL!!!) Drain prey of nutrition and lifeforce (LETHAL!!!)" //Provide a warning that THIS WILL KILL YOUR PREY. + set name = "Lethally Drain prey" //Provide a warning that THIS WILL KILL YOUR PREY. set desc = "Slowly drain prey of all the nutrition in their body, feeding you in the process. Once prey run out of nutrition, you will begin to You may only do this to one person at a time." set category = "Abilities" if(!ishuman(src)) return //If you're not a human you don't have permission to do this.