This commit is contained in:
Aronai Sieyes
2019-12-14 14:29:55 -05:00
committed by GitHub
parent b207694f2d
commit 72572b206e

View File

@@ -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, "<span class='notice'>Reagents purged!</span>")
return true