From 7c061e5af930bf808de5cdc741689ff9084ebecc Mon Sep 17 00:00:00 2001 From: xXPawnStarrXx <53197594+xXPawnStarrXx@users.noreply.github.com> Date: Sun, 2 Jun 2024 00:49:27 +0100 Subject: [PATCH] Fixes an Erroneous path on Wall med-vendor (#27927) * Update medical.dm * Automatic changelog for PR #1 [ci skip] * Delete html/changelogs/AutoChangeLog-pr-1.yml --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.com> --- .../deforest_medical_items/code/medstation_designs/medical.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_skyrat/modules/deforest_medical_items/code/medstation_designs/medical.dm b/modular_skyrat/modules/deforest_medical_items/code/medstation_designs/medical.dm index 2249061cc15..ddd5ce8e80d 100644 --- a/modular_skyrat/modules/deforest_medical_items/code/medstation_designs/medical.dm +++ b/modular_skyrat/modules/deforest_medical_items/code/medstation_designs/medical.dm @@ -91,7 +91,7 @@ id = "organic_repair_foam" build_type = BIOGENERATOR materials = list(/datum/material/biomass = 100) - build_path = /obj/item/stack/sticky_tape/surgical + build_path = /obj/item/stack/medical/wound_recovery/robofoam category = list( RND_CATEGORY_INITIAL, RND_CATEGORY_DEFOREST_MEDICAL,