Skip to content

Commit

Permalink
Make RUBIK_ANUS_FETICK mission refer to units, not liters (#60037)
Browse files Browse the repository at this point in the history
1 liter of anesthetic is about 778 charges, but the mission actually
requires 1000 charges.
  • Loading branch information
DeeUnderscore authored Sep 21, 2022
1 parent 861b017 commit 3309c21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions data/json/npcs/exodii/exodii_merchant_missions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
{
"id": "RUBIK_ANUS_FETICK",
"type": "mission_definition",
"name": { "str": "Bring 1L of anesthetic to Rubik" },
"name": { "str": "Bring 1000 units of anesthetic to Rubik" },
"goal": "MGOAL_CONDITION",
"goal_condition": { "npc_has_var": "-", "type": "-", "context": "-", "value": "-" },
"difficulty": 2,
"value": 240,
"origins": [ "ORIGIN_SECONDARY" ],
"dialogue": {
"describe": "If'n us'll to add the metal an' plastic for ye, us'll need one liter o' them anus-feticks, half for your thinkin'-meat an' half for our stock.",
"offer": "If'n us'll to add the metal an' plastic for ye, us'll need one liter o' them anus-feticks, half for your thinkin'-meat an' half for our stock.",
"describe": "If'n us'll to add the metal an' plastic for ye, us'll need a thousand unit o' them anus-feticks, half for your thinkin'-meat an' half for our stock.",
"offer": "If'n us'll to add the metal an' plastic for ye, us'll need a thousand unit o' them anus-feticks, half for your thinkin'-meat an' half for our stock.",
"accepted": "King's own luck!",
"rejected": "That be a choice an' you can tass. Come back to this'n if you like.",
"advice": "Check round the chirurgery an' such, I'd razz.",
Expand Down
8 changes: 4 additions & 4 deletions data/json/npcs/exodii/exodii_merchant_talk_exodization.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@
{
"id": "TALK_EXODII_MERCHANT_ExodizeMe1",
"type": "talk_topic",
"dynamic_line": "Fine an' fine, an' fine an' fine! Ha! Us'll rubber up the ol' gristle mill. Yer tassed wi' bringin' us a nip o' good tea. Not 'tea', o'course. I'm yarkin dockside Anglic here. Us means the stuff what puts y'to sleep f'r a chirurgery. The Great Grey says y'r assert for it is 'anus fetick'. You bring us one liter of 'anus fetick', us'll fix'n ye up with a wire an' a tiff.",
"//~": "Great, great, great!! Ha! We'll fire up the old meat grinder. Your job is to bring us a bit of good tea. Not literally 'tea' of course. That's my Anglic street slang. I mean the stuff that puts you to sleep for surgery. The Great Grey says your word for it is 'anesthetic'. You bring us one liter of anesthetic, we'll fix you up with a wire and everything.",
"dynamic_line": "Fine an' fine, an' fine an' fine! Ha! Us'll rubber up the ol' gristle mill. Yer tassed wi' bringin' us a nip o' good tea. Not 'tea', o'course. I'm yarkin dockside Anglic here. Us means the stuff what puts y'to sleep f'r a chirurgery. The Great Grey says y'r assert for it is 'anus fetick'. You bring us a thousand unit of 'anus fetick', us'll fix'n ye up with a wire an' a tiff.",
"//~": "Great, great, great!! Ha! We'll fire up the old meat grinder. Your job is to bring us a bit of good tea. Not literally 'tea' of course. That's my Anglic street slang. I mean the stuff that puts you to sleep for surgery. The Great Grey says your word for it is 'anesthetic'. You bring us a thousand units of anesthetic, we'll fix you up with a wire and everything.",
"responses": [
{
"text": "One liter of, uh, anesthetic, coming up. Can we talk about something else?",
"text": "One thousand units of, uh, anesthetic, coming up. Can we talk about something else?",
"condition": {
"not": {
"or": [
Expand All @@ -190,7 +190,7 @@
"topic": "TALK_EXODII_MERCHANT_Talk"
},
{
"text": "One liter of, uh, anesthetic, coming up. I'd better start looking.",
"text": "One thousand units of, uh, anesthetic, coming up. I'd better start looking.",
"condition": {
"not": {
"or": [
Expand Down
2 changes: 1 addition & 1 deletion data/mods/translate-dialogue/rubik.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
{
"id": "TALK_EXODII_MERCHANT_ExodizeMe1",
"type": "talk_topic",
"dynamic_line": "Fine an' fine, an' fine an' fine! Ha! Us'll rubber up the ol' gristle mill. Yer tassed wi' bringin' us a nip o' good tea. Not 'tea', o'course. I'm yarkin dockside Anglic here. Us means the stuff what puts y'to sleep f'r a chirurgery. The Great Grey says y'r assert for it is 'anus fetick'. You bring us one liter of 'anus fetick', us'll fix'n ye up with a wire an' a tiff.\"\n\n[TRANSLATE:] \"Great, great, great!! Ha! We'll fire up the old meat grinder. Your job is to bring us a bit of good tea. Not literally 'tea' of course. That's my Anglic street slang. I mean the stuff that puts you to sleep for surgery. The Great Grey says your word for it is 'anesthetic'. You bring us one liter of anesthetic, we'll fix you up with a wire and everything."
"dynamic_line": "Fine an' fine, an' fine an' fine! Ha! Us'll rubber up the ol' gristle mill. Yer tassed wi' bringin' us a nip o' good tea. Not 'tea', o'course. I'm yarkin dockside Anglic here. Us means the stuff what puts y'to sleep f'r a chirurgery. The Great Grey says y'r assert for it is 'anus fetick'. You bring us a thousand unit of 'anus fetick', us'll fix'n ye up with a wire an' a tiff.\"\n\n[TRANSLATE:] \"Great, great, great!! Ha! We'll fire up the old meat grinder. Your job is to bring us a bit of good tea. Not literally 'tea' of course. That's my Anglic street slang. I mean the stuff that puts you to sleep for surgery. The Great Grey says your word for it is 'anesthetic'. You bring us a thousand units of anesthetic, we'll fix you up with a wire and everything."
},
{
"id": "TALK_EXODII_MERCHANT_ExodizeMe2",
Expand Down

0 comments on commit 3309c21

Please sign in to comment.