mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
tweak: Replaces "Iron" pill bottle with blood regen pill bottle
Replaces instances of "iron" pill bottle with the new blood regen pill bottle in containers and maps that are either NanoTrasen or Zorren related. Keeps iron bottles in other maps (mostly specific away mission rewards) add: Adds Copper pills, Blood regen pill bottles 30 u copper reagent per copper pill. Blood regen contains 9 iron, 5 copper pills now that zorren need copper for treatment
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
/obj/item/weapon/reagent_containers/hypospray/autoinjector/oxy,
|
||||
/obj/item/weapon/reagent_containers/hypospray/autoinjector/oxy,
|
||||
/obj/item/weapon/storage/pill_bottle/inaprovaline,
|
||||
/obj/item/weapon/storage/pill_bottle/iron,
|
||||
/obj/item/weapon/storage/pill_bottle/blood_regen,
|
||||
/obj/item/weapon/storage/pill_bottle/dexalin
|
||||
)
|
||||
|
||||
@@ -146,6 +146,12 @@
|
||||
/obj/item/weapon/storage/pill_bottle/iron
|
||||
starts_with = list(/obj/item/weapon/reagent_containers/pill/iron = 14)
|
||||
|
||||
/obj/item/weapon/storage/pill_bottle/blood_regen
|
||||
name = "pill bottle (blood regeneration)"
|
||||
desc = "Contains iron and copper pills for treating bloodloss by employed species."
|
||||
starts_with = list(/obj/item/weapon/reagent_containers/pill/iron = 9,
|
||||
/obj/item/weapon/reagent_containers/pill/copper = 5)
|
||||
|
||||
/obj/item/weapon/storage/pill_bottle/adminordrazine
|
||||
name = "pill bottle (Adminordrazine)"
|
||||
desc = "It's magic. We don't have to explain it."
|
||||
@@ -265,7 +271,8 @@
|
||||
starts_with = list(
|
||||
/obj/item/weapon/reagent_containers/pill/inaprovaline = 3,
|
||||
/obj/item/weapon/reagent_containers/pill/antitox = 3,
|
||||
/obj/item/weapon/reagent_containers/pill/iron = 2,
|
||||
/obj/item/weapon/reagent_containers/pill/iron = 1,
|
||||
/obj/item/weapon/reagent_containers/pill/copper = 1,
|
||||
/obj/item/weapon/reagent_containers/pill/tramadol = 2,
|
||||
/obj/item/weapon/reagent_containers/pill/hyronalin = 3,
|
||||
/obj/item/weapon/reagent_containers/pill/spaceacillin
|
||||
|
||||
Reference in New Issue
Block a user