Skip to content

Commit

Permalink
Added some missing "pre-placed" items to VC trader restock lists
Browse files Browse the repository at this point in the history
Removed a duplicate entry from sishelf2.ssl.
  • Loading branch information
NovaRain committed Jul 31, 2024
1 parent 01614bd commit c368411
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts_src/headers/itempid.h
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@


/******************************************************************
*************** RP ***************
*************** RP Items ***************
******************************************************************/
#define PID_BUCKET (534) // added by killap - expansion pack (Primitive Tribe)
#define PID_FISH (535) // added by killap - expansion pack (Primitive Tribe)
Expand Down
1 change: 0 additions & 1 deletion scripts_src/ncr/sishelf2.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ procedure map_enter_p_proc begin
//Really rare
check_restock_item(PID_POWER_FIST, 1, 1, 5)

check_restock_item(PID_RIPPER, 0, 2, 100)
check_restock_item(PID_223_PISTOL, 1, 3, 100)
check_restock_item(PID_10MM_JHP, 5, 10, 100)
check_restock_item(PID_SHOTGUN_SHELLS, 5, 10, 100)
Expand Down
3 changes: 3 additions & 0 deletions scripts_src/valtcity/viharbox.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ procedure map_enter_p_proc begin
check_restock_item(PID_SHOTGUN, 1, 2, 25)
check_restock_item(PID_LEATHER_JACKET, 1, 2, 75)
check_restock_item(PID_LEATHER_ARMOR, 1, 1, 50)
check_restock_item(PID_LEATHER_ARMOR_MK_II, 1, 1, 50)
check_restock_item(PID_MICRO_FUSION_CELL, 1, 1, 25)
check_restock_item(PID_44_FMJ_MAGNUM, 2, 3, 100)
check_restock_item(PID_44_MAGNUM_JHP, 2, 3, 100)
check_restock_item(PID_10MM_AP, 2, 3, 100)
Expand All @@ -70,6 +72,7 @@ procedure map_enter_p_proc begin
check_restock_item(PID_DYNAMITE, 1, 1, 50)
check_restock_item(PID_SHOVEL, 1, 1, 50)
check_restock_item(PID_FLARE, 1, 2, 50)
check_restock_item(PID_STIMPAK, 1, 2, 50)
check_restock_item(PID_BEER, 1, 1, 100)
check_restock_item(PID_BOOZE, 1, 1, 100)
check_restock_item(PID_ROPE, 1, 1, 50)
Expand Down
4 changes: 4 additions & 0 deletions scripts_src/valtcity/viranbox.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,13 @@ procedure map_enter_p_proc begin
check_restock_item(PID_FIRST_AID_BOOK, 1, 1, 75)
check_restock_item(PID_KNIFE, 1, 3, 100)
check_restock_item(PID_10MM_PISTOL, 1, 2, 100)
check_restock_item(PID_DESERT_EAGLE, 1, 2, 100)
check_restock_item(PID_SHOTGUN, 1, 2, 25)
check_restock_item(PID_CLUB, 1, 1, 25)
check_restock_item(PID_LEATHER_ARMOR, 1, 2, 50)
check_restock_item(PID_LEATHER_ARMOR_MK_II, 1, 2, 50)
check_restock_item(PID_METAL_ARMOR, 1, 2, 25)
check_restock_item(PID_METAL_ARMOR_MK_II, 1, 1, 25)
check_restock_item(PID_10MM_JHP, 1, 3, 100)
check_restock_item(PID_SHOTGUN_SHELLS, 1, 3, 100)
check_restock_item(PID_STIMPAK, 3, 8, 100)
Expand Down

0 comments on commit c368411

Please sign in to comment.