Skip to content

Commit

Permalink
Fix lava twins
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaPiggy committed Oct 3, 2022
1 parent 5e97454 commit b4eac44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Extensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ public static class Extensions
ImageKey.terralure => "Terra Lure",
ImageKey.wetrock => "Wetrock",
ImageKey.hinderingskies => "Hindering Skies",
ImageKey.lava1 => "Lava 1",
ImageKey.lava2 => "Lava 2",

//TRAPPIST-1
ImageKey.trappist1 => "TRAPPIST-1",
Expand Down
2 changes: 2 additions & 0 deletions ImageKey.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public enum ImageKey
terralure,
wetrock,
hinderingskies,
lava1,
lava2,

//TRAPPIST-1
trappist1 = 190,
Expand Down

0 comments on commit b4eac44

Please sign in to comment.