Skip to content

Commit f8f61da

Browse files
Update the missing hint for 'estranged' to include feet.
1 parent 2d76275 commit f8f61da

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

extension/changelog.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
{ "message": "Update our external library for mobile drag and drop: DragDropTouch.", "contributor": "DeKleineKobini" },
3131
{ "message": "Use API v2 for the Profile Box in preparation for Torn's incoming changes to the personal stats API", "contributor": "Kwack" },
3232
{ "message": "Show an indication when Loot Ranger has not included every NPC in their scheduled attack.", "contributor": "DeKleineKobini" },
33-
{ "message": "Update the core team titles to reflect DeKleineKobini rejoining.", "contributor": "DeKleineKobini" }
33+
{ "message": "Update the core team titles to reflect DeKleineKobini rejoining.", "contributor": "DeKleineKobini" },
34+
{ "message": "Update the missing hint for 'estranged' to include feet.", "contributor": "DeKleineKobini" }
3435
],
3536
"removed": [
3637
{ "message": "Removed bazaar prices from the popup, as they are set to be removed from the API.", "contributor": "DeKleineKobini" },

extension/scripts/features/mission-hints/ttMissionHints.js

+2
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@
124124
},
125125
estranged: {
126126
task: "Injure one of (P)'s legs.",
127+
// Source: https://www.torn.com/forums.php#/p=threads&f=19&t=16207483&b=0&a=0&start=0&to=21149672
128+
hint: "Feet count as legs in this instance.",
127129
},
128130
family_ties: {
129131
task: "Hospitalize (P) 3 times",

0 commit comments

Comments
 (0)