Skip to content

Commit c950a70

Browse files
Update 'Painleth Dentitht' mission hint.
Closes #793.
1 parent 254bea5 commit c950a70

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

extension/changelog.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"changes": [
1010
{ "message": "Change layout of preferences page on mobiles.", "contributor": "TheFoxMan" },
1111
{ "message": "Correctly list Love Juice cooldown.", "contributor": "TheFoxMan" },
12-
{ "message": "Option to highlight items in Bazaars that have a ccost less than the vendor price.", "contributor": "TravisTheTechie" }
12+
{ "message": "Option to highlight items in Bazaars that have a ccost less than the vendor price.", "contributor": "TravisTheTechie" },
13+
{ "message": "Update 'Painleth Dentitht' mission hint.", "contributor": "DeKleineKobini" }
1314
],
1415
"removed": []
1516
}

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@
238238
},
239239
painleth_dentitht: {
240240
task: "Defeat (P) with a baseball bat.",
241-
hint: "Other weapons can stay equipped. Using any other weapon will fail this mission!",
241+
// Using any other weapon is allowed. https://www.torn.com/forums.php#/p=threads&f=19&t=16291785&b=0&a=0&start=0&to=22732030
242+
hint: "Other weapons can stay equipped.",
242243
},
243244
party_tricks: {
244245
task: "Defeat (P) despite their nimble dexterity.",

0 commit comments

Comments
 (0)