From 861f225f2d06bfc86c755a3ea666052013666818 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Sun, 18 Oct 2020 03:25:17 +0100 Subject: [PATCH] trader fix --- code/modules/events/travelling_trader.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/events/travelling_trader.dm b/code/modules/events/travelling_trader.dm index c7b982eda8..eeb1acdba5 100644 --- a/code/modules/events/travelling_trader.dm +++ b/code/modules/events/travelling_trader.dm @@ -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"