Merge pull request #6937 from Fox-McCloud/autopsy

Autopsies No Longer Need Surgery
This commit is contained in:
Crazy Lemon
2017-03-30 18:36:21 -07:00
committed by GitHub
2 changed files with 35 additions and 61 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
//////////////////////////////////////////////////////////////////
/datum/surgery/infection
name = "External Infection Treatment/Autopsy"
name = "External Infection Treatment"
steps = list(/datum/surgery_step/generic/cut_open, /datum/surgery_step/generic/cauterize)
possible_locs = list("chest","head","groin", "l_arm", "r_arm", "l_leg", "r_leg", "r_hand", "l_hand", "r_foot", "l_foot")