Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix refugee's teamster dialogue which doesn't roll directions anymore (…
…CleverRaven#72437) * Fix teamster directions The `time_since` math function (?) returns -1 for undefined variables, as described in docs[1]. This creates a scenario which the second clause of '< 2 d' to always match, and directions are never actually rolled. This patch fixes that by merging both rolling direction cases in a single conditional cause, and the fallback is the do-nothing case. * Update data/json/npcs/refugee_center/surface_staff/NPC_free_merchant_teamster.json Co-authored-by: andrei <[email protected]> * Update data/json/npcs/refugee_center/surface_staff/NPC_free_merchant_teamster.json Co-authored-by: carlarctg <[email protected]> --------- Co-authored-by: andrei <[email protected]> Co-authored-by: carlarctg <[email protected]>
- Loading branch information