Merge pull request #9441 from lolman360/whydowehave1000branches

Ports /tg/ advanced surgerytools and tool defines.
This commit is contained in:
kevinz000
2020-12-30 00:42:50 -03:00
committed by Archie
parent 99d71b258f
commit 10069637a5
37 changed files with 4175 additions and 4158 deletions
@@ -18,7 +18,7 @@
return TRUE
/datum/surgery_step/viral_bond
name = "viral bond"
implements = list(/obj/item/cautery = 100, TOOL_WELDER = 50, /obj/item = 30) // 30% success with any hot item.
implements = list(TOOL_CAUTERY = 100, TOOL_WELDER = 50, /obj/item = 30) // 30% success with any hot item.
time = 100
chems_needed = list(/datum/reagent/medicine/spaceacillin, /datum/reagent/consumable/virus_food,/datum/reagent/toxin/formaldehyde)