From 950de4b20614b595b70b1871a84751c9a38db451 Mon Sep 17 00:00:00 2001 From: SuhEugene <32931701+SuhEugene@users.noreply.github.com> Date: Sun, 19 Nov 2023 16:02:23 +0300 Subject: [PATCH] [MIRROR] Change medbot abstract firstaid type to empty --- code/modules/mob/living/bot/medibot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/bot/medibot.dm b/code/modules/mob/living/bot/medibot.dm index 6f6d8afd3ae28..8797246c3a319 100644 --- a/code/modules/mob/living/bot/medibot.dm +++ b/code/modules/mob/living/bot/medibot.dm @@ -228,7 +228,7 @@ visible_message(SPAN_DANGER("[src] blows apart!")) var/turf/Tsec = get_turf(src) - new /obj/item/storage/firstaid(Tsec) + new /obj/item/storage/firstaid/empty(Tsec) new /obj/item/device/assembly/prox_sensor(Tsec) new /obj/item/device/scanner/health(Tsec) if (prob(50))