mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Remove bronze bar from configs
The bronze bar has no model under the wirtten path but it can be spawned in.
This commit is contained in:
@@ -64,7 +64,7 @@ class CfgMagazines
|
||||
#include "DZE\Currency\GoldBar.hpp"
|
||||
#include "DZE\Currency\SilverBar.hpp"
|
||||
#include "DZE\Currency\CopperBar.hpp"
|
||||
#include "DZE\Currency\BronzeBar.hpp"
|
||||
//#include "DZE\Currency\BronzeBar.hpp" //The Bronze Bar has no model
|
||||
#include "DZE\Currency\AluminumBar.hpp"
|
||||
#include "DZE\Currency\TinBar.hpp"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ class ItemBronzeBar: CA_Magazine {
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_BRONZE;
|
||||
model = "\z\addons\dayz_epoch\models\bronze_bar.p3d";
|
||||
model = "\z\addons\dayz_epoch\models\bronze_bar.p3d"; // This model does not exist under the written path
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_bar_bronze_CA.paa";
|
||||
descriptionShort = $STR_EPOCH_BRONZE_DESC;
|
||||
};
|
||||
Reference in New Issue
Block a user