diff --git a/code/modules/mob/living/carbon/human/human_powers_vr.dm b/code/modules/mob/living/carbon/human/human_powers_vr.dm index cb96a95ac8..abfc92d004 100644 --- a/code/modules/mob/living/carbon/human/human_powers_vr.dm +++ b/code/modules/mob/living/carbon/human/human_powers_vr.dm @@ -1,4 +1,4 @@ -/mob/living/carbon/human/proc/purge_reagents() +/mob/living/carbon/human/proc/reagent_purge() set name = "Purge Reagents" set desc = "Empty yourself of any reagents you may have consumed or come into contact with." set category = "IC" @@ -13,4 +13,4 @@ to_chat(src, "Reagents purged!") return true - \ No newline at end of file +