mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Worker zombies did not use correct loot table
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
};
|
||||
|
||||
class z_worker1 : zZombie_new_Base {
|
||||
zombieLoot = "civilian";
|
||||
zombieLoot = "worker";
|
||||
model = "\Ca\characters_E\Overall\Overall";
|
||||
hiddenSelections[] = {"Camo"};
|
||||
hiddenSelectionsTextures[] = {"z\addons\dayz_communityassets\zeds\overall\Overall_4_co.paa"};
|
||||
|
||||
Reference in New Issue
Block a user