replace can_start

This commit is contained in:
kevinz000
2020-02-11 23:25:18 -07:00
parent d05624dbec
commit 9cb4c3c062
16 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
return ..()
/datum/surgery/proc/can_start(mob/user, mob/living/patient) //FALSE to not show in list
/datum/surgery/proc/can_start(mob/user, mob/living/patient, obj/item/tool) //FALSE to not show in list
. = TRUE
if(replaced_by == /datum/surgery)
return FALSE