Merge pull request #13589 from timothyteakettle/funny-implanter

autosurgeons from the travelling trader have uses set to 1 instead of INFINITY
This commit is contained in:
Putnam3145
2020-10-18 22:45:32 -07:00
committed by GitHub

View File

@@ -321,6 +321,7 @@ mob/living/carbon/human/dummy/travelling_trader/animal_hunter/Initialize()
var/new_implant = new chosen_implant
var/obj/item/autosurgeon/reward = new(get_turf(src))
reward.insert_organ(new_implant)
reward.uses = 1
/datum/outfit/otherworldly_surgeon
name = "Otherworldly Surgeon"