Update lootdrop.dm

This commit is contained in:
Trilbyspaceclone
2020-04-07 09:20:18 -04:00
committed by GitHub
parent 1f51e73dd6
commit d6c819cad2

View File

@@ -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
)
)