Skip to content

Commit

Permalink
Vendors Balance Changes + Visual Improvements (Cosmic-Overlord#328)
Browse files Browse the repository at this point in the history
* vendors refactor

* edits

* fix
  • Loading branch information
fe-ed authored Jan 13, 2024
1 parent abb4a21 commit dca2085
Show file tree
Hide file tree
Showing 5 changed files with 263 additions and 169 deletions.
8 changes: 6 additions & 2 deletions code/__DEFINES/loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ GLOBAL_LIST_INIT(marine_selector_cats, list(

#define METAL_PRICE_IN_GEAR_VENDOR 2
#define PLASTEEL_PRICE_IN_GEAR_VENDOR 4
#define SANDBAG_PRICE_IN_GEAR_VENDOR 5
//#define SANDBAG_PRICE_IN_GEAR_VENDOR 5 //ORIGINAL
#define SANDBAG_PRICE_IN_GEAR_VENDOR 3 //RUTGMC EDIT

GLOBAL_LIST_INIT(marine_gear_listed_products, list())

Expand Down Expand Up @@ -98,6 +99,7 @@ GLOBAL_LIST_INIT(engineer_gear_listed_products, list(
))
*/

/* RUTGMC DELETION
GLOBAL_LIST_INIT(medic_gear_listed_products, list(
/obj/effect/vendor_bundle/medic = list(CAT_ESS, "Essential Medic Set", 0, "white"),
/obj/item/storage/pill_bottle/meralyne = list(CAT_MEDSUP, "Meralyne pills", 16, "orange"),
Expand Down Expand Up @@ -130,6 +132,7 @@ GLOBAL_LIST_INIT(medic_gear_listed_products, list(
/obj/item/stack/medical/heal_pack/advanced/burn_pack/combat = list(CAT_MEDSUP, "Combat Burn Kit", 3, "black"),
//RUTGMC EDIT ADDITION END
))
*/

/* GLOBAL_LIST_INIT(leader_gear_listed_products, list(
/obj/effect/vendor_bundle/leader = list(CAT_ESS, "Essential SL Set", 0, "white"),
Expand Down Expand Up @@ -180,6 +183,7 @@ GLOBAL_LIST_INIT(medic_gear_listed_products, list(
/obj/item/reagent_containers/hypospray/autoinjector/combat_advanced = list(CAT_FCSUP, "Injector (Advanced)", 15, "orange"),
)) */

/* RUTGMC DELETION
//A way to give them everything at once that still works with loadouts would be nice, but barring that make sure that your point calculation is set up so they don't get more than what they're supposed to
GLOBAL_LIST_INIT(smartgunner_gear_listed_products, list(
/obj/item/clothing/glasses/night/m56_goggles = list(CAT_ESS, "KLTD Smart Goggles", 0, "white"),
Expand All @@ -206,7 +210,7 @@ GLOBAL_LIST_INIT(smartgunner_gear_listed_products, list(
/obj/item/ammo_magazine/packet/T25_rifle = list(CAT_SGSUP, "T-25 Smartrifle ammo box", 5, "black"),
//RUTGMC EDIT ADDITION END
))

*/

///Assoc list linking the job title with their specific points vendor
GLOBAL_LIST_INIT(job_specific_points_vendor, list(
Expand Down
Loading

0 comments on commit dca2085

Please sign in to comment.