mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
CFG WEAPONS DONE
This commit is contained in:
10
SQF/dayz_code/Configs/CfgLoot/Buildings/Toilet.hpp
Normal file
10
SQF/dayz_code/Configs/CfgLoot/Buildings/Toilet.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
class Land_Toilet : Default
|
||||
{
|
||||
zombieChance = 0;
|
||||
minRoaming = 0;
|
||||
maxRoaming = 0;
|
||||
zedPos[] = {{-0.00732422,0.293945,-1.06848}};
|
||||
lootChance = 0.4;
|
||||
lootPos[] = {{-0.00732422,0.293945,-1.06848}};
|
||||
lootGroup = Toilet;
|
||||
};
|
||||
Reference in New Issue
Block a user