Merge pull request #9441 from lolman360/whydowehave1000branches

Ports /tg/ advanced surgerytools and tool defines.
This commit is contained in:
kevinz000
2019-10-11 12:10:31 -07:00
committed by Archie
parent 99d71b258f
commit 10069637a5
37 changed files with 4175 additions and 4158 deletions
@@ -20,7 +20,7 @@
/datum/surgery_step/dissection
name = "dissection"
implements = list(/obj/item/scalpel = 60, /obj/item/kitchen/knife = 30, /obj/item/shard = 15)
implements = list(TOOL_SCALPEL = 60, /obj/item/kitchen/knife = 30, /obj/item/shard = 15)
time = 125
/datum/surgery_step/dissection/preop(mob/user, mob/living/carbon/target, target_zone, obj/item/tool, datum/surgery/surgery)