Skip to content

Commit

Permalink
[MIRROR] Change medbot abstract firstaid type to empty
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene authored and SierraHelper committed Nov 19, 2023
1 parent 5c830c6 commit 950de4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/bot/medibot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 950de4b

Please sign in to comment.