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
+1 -1
View File
@@ -62,7 +62,7 @@
name = "manipulate organs"
repeatable = 1
implements = list(/obj/item/organ = 100, /obj/item/reagent_containers/food/snacks/organ = 0, /obj/item/organ_storage = 100)
var/implements_extract = list(/obj/item/hemostat = 100, TOOL_CROWBAR = 55)
var/implements_extract = list(TOOL_HEMOSTAT = 100, TOOL_CROWBAR = 55)
var/current_type
var/obj/item/organ/I = null
/datum/surgery_step/manipulate_organs/New()