Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/BronzeBar.hpp
A Man 47eb85f657 Remove bronze bar from configs
The bronze bar has no model under the wirtten path but it can be spawned in.
2019-10-19 07:44:45 +02:00

9 lines
332 B
C++

class ItemBronzeBar: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = $STR_EPOCH_BRONZE;
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;
};