Skip to content

Commit

Permalink
Merge pull request #3501 from edwardspec/fix-misc-typos
Browse files Browse the repository at this point in the history
Fix some consumables giving less energy than their description says
  • Loading branch information
sayterdarkwynd authored Sep 22, 2023
2 parents 9fb2842 + bdecf0e commit 85b4822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion items/generic/loot/fudeathstick.consumable
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"madnessgain",
{"effect" : "booze2", "duration" : 220},
{"effect" : "defenseboostneg20", "duration" : 220},
{"effect" : "maxenergyboost2", "duration" : 220}
{"effect" : "maxenergyboost3", "duration" : 220}
] ],
"tooltipKind" : "food",
"emitters" : [ "bandageuse" ],
Expand Down
2 changes: 1 addition & 1 deletion items/generic/loot/fushroomspore.consumable
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"effects" : [ [
"madnessgain2",
{"effect" : "booze2", "duration" : 520},
{"effect" : "maxenergyboost2", "duration" : 520},
{"effect" : "maxenergyboost4", "duration" : 520},
{"effect" : "insanity", "duration" : 520}
] ],
"tooltipKind" : "food",
Expand Down

0 comments on commit 85b4822

Please sign in to comment.