Skip to content

Commit

Permalink
Merge pull request VOREStation#15369 from Runa-Dacino/zorrencopper
Browse files Browse the repository at this point in the history
Changes blood regen pill instances to contain copper pills due to zorren copper update
  • Loading branch information
Very-Soft authored Sep 10, 2023
2 parents f3af868 + 1b23ff5 commit 2288c6d
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 16 deletions.
11 changes: 9 additions & 2 deletions code/game/objects/items/weapons/storage/firstaid_vr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion code/game/objects/random/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
prob(1);/obj/item/weapon/storage/pill_bottle/dermaline,
prob(1);/obj/item/weapon/storage/pill_bottle/dexalin_plus,
prob(1);/obj/item/weapon/storage/pill_bottle/bicaridine,
prob(1);/obj/item/weapon/storage/pill_bottle/iron)
prob(1);/obj/item/weapon/storage/pill_bottle/blood_regen)

/obj/random/medical/lite
name = "Random Medicine"
Expand Down
12 changes: 11 additions & 1 deletion code/modules/reagents/reagent_containers/pill.dm
Original file line number Diff line number Diff line change
Expand Up @@ -301,14 +301,24 @@

/obj/item/weapon/reagent_containers/pill/iron
name = "Iron (30u)" //VOREStation Edit
desc = "Used to aid in blood regeneration after bleeding."
desc = "Used to aid in blood regeneration after bleeding for red-blooded crew."
icon_state = "pill1"

/obj/item/weapon/reagent_containers/pill/iron/Initialize()
. = ..()
reagents.add_reagent("iron", 30) //VOREStation Edit
color = reagents.get_color()

/obj/item/weapon/reagent_containers/pill/copper
name = "Copper (30u)"
desc = "Used to aid in blood regeneration after bleeding for blue-blooded crew."
icon_state = "pill1"

/obj/item/weapon/reagent_containers/pill/iron/Initialize()
. = ..()
reagents.add_reagent("copper", 30)
color = reagents.get_color()

//Not-quite-medicine
/obj/item/weapon/reagent_containers/pill/happy
name = "Happy pill"
Expand Down
4 changes: 2 additions & 2 deletions maps/groundbase/gb-centcomm.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -15284,8 +15284,8 @@
/area/centcom/specops)
"Yp" = (
/obj/structure/table/rack,
/obj/item/weapon/storage/pill_bottle/iron,
/obj/item/weapon/storage/pill_bottle/iron,
/obj/item/weapon/storage/pill_bottle/blood_regen,
/obj/item/weapon/storage/pill_bottle/blood_regen,
/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/fitnessflask/glucose,
/turf/simulated/floor/tiled/dark,
/area/centcom/specops)
Expand Down
4 changes: 2 additions & 2 deletions maps/stellar_delight/ship_centcom.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@
/area/centcom/specops)
"bc" = (
/obj/structure/table/rack,
/obj/item/weapon/storage/pill_bottle/iron,
/obj/item/weapon/storage/pill_bottle/iron,
/obj/item/weapon/storage/pill_bottle/blood_regen,
/obj/item/weapon/storage/pill_bottle/blood_regen,
/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/fitnessflask/glucose,
/turf/simulated/floor/tiled/dark,
/area/centcom/specops)
Expand Down
4 changes: 2 additions & 2 deletions maps/submaps/admin_use_vr/ert.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3339,8 +3339,8 @@
/obj/item/stack/nanopaste/advanced,
/obj/item/stack/nanopaste/advanced,
/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/fitnessflask/glucose,
/obj/item/weapon/storage/pill_bottle/iron,
/obj/item/weapon/storage/pill_bottle/iron,
/obj/item/weapon/storage/pill_bottle/blood_regen,
/obj/item/weapon/storage/pill_bottle/blood_regen,
/obj/item/weapon/storage/pill_bottle/sleevingcure/full,
/obj/item/weapon/storage/box/syringes,
/obj/item/weapon/storage/box/syringes{
Expand Down
4 changes: 2 additions & 2 deletions maps/submaps/depreciated_vr/ert_base.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -790,8 +790,8 @@
/obj/item/stack/nanopaste/advanced,
/obj/item/stack/nanopaste/advanced,
/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/fitnessflask/glucose,
/obj/item/weapon/storage/pill_bottle/iron,
/obj/item/weapon/storage/pill_bottle/iron,
/obj/item/weapon/storage/pill_bottle/blood_regen,
/obj/item/weapon/storage/pill_bottle/blood_regen,
/obj/item/weapon/storage/pill_bottle/sleevingcure/full,
/obj/item/weapon/extinguisher/mini,
/obj/item/weapon/extinguisher/mini,
Expand Down
4 changes: 2 additions & 2 deletions maps/submaps/shelters/shelter_4.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
/obj/item/device/binoculars,
/obj/item/device/perfect_tele,
/obj/item/weapon/storage/pill_bottle/nutriment,
/obj/item/weapon/storage/pill_bottle/iron,
/obj/item/weapon/storage/pill_bottle/blood_regen,
/obj/item/weapon/storage/pill_bottle/arithrazine,
/obj/item/weapon/reagent_containers/blood/OMinus,
/obj/item/weapon/reagent_containers/blood/OMinus,
Expand All @@ -84,7 +84,7 @@
/obj/item/device/fbp_backup_cell,
/obj/item/device/fbp_backup_cell,
/obj/item/weapon/storage/pill_bottle/nutriment,
/obj/item/weapon/storage/pill_bottle/iron,
/obj/item/weapon/storage/pill_bottle/blood_regen,
/obj/item/weapon/storage/pill_bottle/arithrazine,
/obj/item/weapon/storage/pill_bottle/corophizine,
/obj/item/weapon/towel/random,
Expand Down
4 changes: 2 additions & 2 deletions maps/tether/submaps/tether_centcom.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@
/area/centcom/specops)
"bc" = (
/obj/structure/table/rack,
/obj/item/weapon/storage/pill_bottle/iron,
/obj/item/weapon/storage/pill_bottle/iron,
/obj/item/weapon/storage/pill_bottle/blood_regen,
/obj/item/weapon/storage/pill_bottle/blood_regen,
/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/fitnessflask/glucose,
/turf/simulated/floor/tiled/dark,
/area/centcom/specops)
Expand Down

0 comments on commit 2288c6d

Please sign in to comment.