+ added "each" to the sell menu for mags.
+ fixed sell message to display actual in out counts traded in bulk.
+made pack vault text red.
+ reduced zombie alert when attempting to crack vault.
+ potential fix for vehicle damage spam at server start.
This commit is contained in:
vbawol
2013-02-03 12:42:17 -06:00
parent ad3ad6e642
commit 1b68d0399d
6 changed files with 16 additions and 16 deletions

View File

@@ -150,8 +150,11 @@ switch (_type) do {
if ( (time - _lastUpdate) > 5) then {
call _object_damage;
} else {
diag_log format["DEBUG: Added to NeedUpdate=%1",_object];
if(_object not in needUpdate_objects) then {
diag_log format["DEBUG: Added to NeedUpdate=%1",_object];
needUpdate_objects set [count needUpdate_objects, _object];
};
};
};
case "killed": {