From 7bc77c674033f7f60ca0335a38a3d6929446b899 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 18 Nov 2020 19:48:24 -0500 Subject: [PATCH] Does this a bit more cleanly. --- code/modules/mob/living/carbon/human/human.dm | 2 +- code/modules/mob/living/living_powers.dm | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 09b49505fd4..e28452cc6d8 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -52,7 +52,7 @@ dna.real_name = real_name sync_organ_dna() - verbs |= /mob/living/proc/toggle_selfsurgery + //verbs |= /mob/living/proc/toggle_selfsurgery //VOREStation Removal /mob/living/carbon/human/Destroy() human_mob_list -= src diff --git a/code/modules/mob/living/living_powers.dm b/code/modules/mob/living/living_powers.dm index afd42bf9355..2125f2679e3 100644 --- a/code/modules/mob/living/living_powers.dm +++ b/code/modules/mob/living/living_powers.dm @@ -21,7 +21,6 @@ plane = OBJ_PLANE to_chat(src,"You are now hiding.") -/* VOREStation Removal /mob/living/proc/toggle_selfsurgery() set name = "Allow Self Surgery" set desc = "Toggles the 'safeties' on self-surgery, allowing you to do so." @@ -31,4 +30,3 @@ to_chat(usr, "You will [allow_self_surgery ? "now" : "no longer"] attempt to operate upon yourself.") log_admin("DEBUG \[[world.timeofday]\]: [src.ckey ? "[src.name]:([src.ckey])" : "[src.name]"] has [allow_self_surgery ? "Enabled" : "Disabled"] self surgery.") -*/ \ No newline at end of file