diff --git a/data/json/npcs/TALK_TEST.json b/data/json/npcs/TALK_TEST.json index cd884f52c561e..01ace39e1b56f 100644 --- a/data/json/npcs/TALK_TEST.json +++ b/data/json/npcs/TALK_TEST.json @@ -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.", @@ -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%.",