Does this a bit more cleanly.

This commit is contained in:
Unknown
2020-11-18 19:48:24 -05:00
parent 7d609537da
commit 7bc77c6740
2 changed files with 1 additions and 3 deletions
@@ -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
-2
View File
@@ -21,7 +21,6 @@
plane = OBJ_PLANE
to_chat(src,"<span class='notice'>You are now hiding.</span>")
/* 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, "<span class='notice'>You will [allow_self_surgery ? "now" : "no longer"] attempt to operate upon yourself.</span>")
log_admin("DEBUG \[[world.timeofday]\]: [src.ckey ? "[src.name]:([src.ckey])" : "[src.name]"] has [allow_self_surgery ? "Enabled" : "Disabled"] self surgery.")
*/