diff --git a/code/game/objects/effects/spawners/lootdrop.dm b/code/game/objects/effects/spawners/lootdrop.dm index bdc02877ac..bf053432a5 100644 --- a/code/game/objects/effects/spawners/lootdrop.dm +++ b/code/game/objects/effects/spawners/lootdrop.dm @@ -571,7 +571,7 @@ ) /obj/effect/spawner/lootdrop/healing_kits - name = "random medical kit(s) spawner" + name = "random safe medical kit(s) spawner" lootcount = 1 loot = list( /obj/item/storage/firstaid/regular = 1, @@ -580,8 +580,7 @@ /obj/item/storage/firstaid/toxin = 1, /obj/item/storage/firstaid/radbgone = 1, /obj/item/storage/firstaid/o2 = 1, - /obj/item/storage/firstaid/brute = 1, - /obj/item/storage/firstaid/tactical = 1 + /obj/item/storage/firstaid/brute = 1 ) /obj/effect/spawner/lootdrop/breathing_tanks @@ -607,4 +606,4 @@ /obj/item/clothing/mask/gas/glass = 4, /obj/item/clothing/mask/breath = 5, /obj/item/clothing/mask/breath/medical = 1 - ) \ No newline at end of file + )