mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Tool breaking is disabled by default. Also made all scripts use Epoch sledge, which is a different model from vanilla sledge. PK_DZ was a duplicate of the new PKM_DZ.
14 lines
482 B
Plaintext
14 lines
482 B
Plaintext
Convert traders + loot (if old system) to ItemBloodbag
|
|
|
|
trap_monitor.fsm is no more!
|
|
|
|
////////////////////////////////////////
|
|
SELF ACTIONS VARIABLES
|
|
////////////////////////////////////////
|
|
s_player_boil = -1; is now a_player_boil = true;
|
|
a_player_cooking = true; -- NEW, old -1 var is still used???
|
|
MAKE SURE "ItemFuelBarrel" is in refuel can list
|
|
|
|
////////SERVER STUFF///////
|
|
REMOVE PVDZE_SEND PROJECTILE FOR FLARE AND CHEMLIGHT 0 1
|
|
PVDZE_send = [_x,"RoadFlare",[_projectile,1]]; |