Skip to content

Commit

Permalink
actually revert test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll authored Mar 30, 2024
1 parent eb1c08a commit 53586b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/npcs/TALK_TEST.json
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@
{ "text": "Pos_x is -1.", "topic": "TALK_DONE", "condition": { "math": [ "u_val('pos_x')", "==", "-1" ] } },
{ "text": "Pos_y is -2.", "topic": "TALK_DONE", "condition": { "math": [ "u_val('pos_y')", "==", "-2" ] } },
{ "text": "Pos_z is -3.", "topic": "TALK_DONE", "condition": { "math": [ "u_val('pos_z')", "==", "-3" ] } },
{ "text": "Pain level is 1.", "topic": "TALK_DONE", "condition": { "math": [ "u_pain()", "==", "1" ] } },
{ "text": "Pain level is 21.", "topic": "TALK_DONE", "condition": { "math": [ "u_pain()", "==", "21" ] } },
{ "text": "Bionic power is 22.", "topic": "TALK_DONE", "condition": { "math": [ "u_val('power') == 22" ] } },
{
"text": "Bionic power max is 44.",
Expand Down Expand Up @@ -1162,7 +1162,7 @@
{ "text": "Sets pos_x to -1.", "topic": "TALK_DONE", "effect": { "math": [ "u_val('pos_x')", "=", "-1" ] } },
{ "text": "Sets pos_y to -2.", "topic": "TALK_DONE", "effect": { "math": [ "u_val('pos_y')", "=", "-2" ] } },
{ "text": "Sets pos_z to -3.", "topic": "TALK_DONE", "effect": { "math": [ "u_val('pos_z')", "=", "-3" ] } },
{ "text": "Sets pain to 2.", "topic": "TALK_DONE", "effect": { "math": [ "u_pain()", "=", "2" ] } },
{ "text": "Sets pain to 17.", "topic": "TALK_DONE", "effect": { "math": [ "u_pain()", "=", "17" ] } },
{ "text": "Sets power to 18.", "topic": "TALK_DONE", "effect": { "math": [ "u_val('power')", "=", "18" ] } },
{
"text": "Sets power to 20%.",
Expand Down

0 comments on commit 53586b3

Please sign in to comment.