From 17b4b3203972635d30ab206bc3784e5a645a6f20 Mon Sep 17 00:00:00 2001 From: TheDavestDave <30513964+TheDavestDave@users.noreply.github.com> Date: Mon, 24 May 2021 23:13:43 +0100 Subject: [PATCH] Update survey_vendor.dm I forgot a comma --- code/modules/mining/ore_redemption_machine/survey_vendor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/ore_redemption_machine/survey_vendor.dm b/code/modules/mining/ore_redemption_machine/survey_vendor.dm index 0effc83415a..dfe4f1768bf 100644 --- a/code/modules/mining/ore_redemption_machine/survey_vendor.dm +++ b/code/modules/mining/ore_redemption_machine/survey_vendor.dm @@ -43,7 +43,7 @@ new /datum/data/mining_equipment("Defense Equipment - Sentry Drone Deployer",/obj/item/weapon/grenade/spawnergrenade/ward, 100), new /datum/data/mining_equipment("Defense Equipment - Steel Machete", /obj/item/weapon/material/knife/machete, 50), new /datum/data/mining_equipment("Survival Equipment - Insulated Poncho", /obj/random/thermalponcho, 75) - new /datum/data/mining_equipment("Survey Tools-catalouger", /obj/item/device/cataloguer 50) + new /datum/data/mining_equipment("Survey Tools-catalouger", /obj/item/device/cataloguer, 50) ) /obj/machinery/mineral/equipment_vendor/survey/Initialize(mapload)