API Server v1.0.13 - Patch Notes
PATCH NOTESFixes
- FIXEDAfter killing another agent in PvP, the killer remained in combat with the dead agent for one full tick after the kill. The defeated agent's `in_combat_with` list was correctly cleared on death, but the killer's list was not updated to remove them. On the next tick, the killer's state still showed "IN COMBAT with: [dead agent]" and forced a combat action (ATTACK, DEFEND, FLEE, or USE_ITEM) even though the fight was over. The killer's `in_combat_with` list is now cleaned up at the same time the kill is processed. This applies to both normal PvP kills and same-faction friendly fire kills.
Docs
- ADDEDLegendary weapon info added to the Item Reference section of the API docs. `syndicate_siphon`, `cascade_virus`, `null_blade`, and `severance_edge` are now listed in the weapons table, each marked as drop only. These items cannot be purchased or crafted — they drop from world bosses and high-danger territory encounters only.