Removes Self-Surgery Toggle

By staff request. It is largely agreed upon by staff that allowing players to enable self-surgery will just encourage more "i can avoid medbay" behavior which we are wanting to avoid.

It can still be enabled by var-edit but that is it.
This commit is contained in:
Unknown
2020-11-18 19:46:21 -05:00
parent 4cbf8655f0
commit 7d609537da
+2
View File
@@ -21,6 +21,7 @@
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."
@@ -30,3 +31,4 @@
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.")
*/