Skip to content

Commit ba77f6c

Browse files
committed
Updated line numbers for the latest weekly StS changes (9/6/18).
1 parent b4f814c commit ba77f6c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/coloredmap/patches/com/megacrit/cardcrawl/map/MapRoomNode/IconColorHook.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
@SpirePatch(cls="com.megacrit.cardcrawl.map.MapRoomNode", method="render")
1010
public class IconColorHook {
11-
@SpireInsertPatch(loc=418, localvars={"room"})
11+
@SpireInsertPatch(loc=442, localvars={"room"})
1212
public static void Insert(Object meObj, Object sbObj, Object roomObj) {
1313
ColoredMap.setIconColor((AbstractRoom)roomObj, (SpriteBatch)sbObj);
1414
}

src/main/java/coloredmap/patches/com/megacrit/cardcrawl/map/MapRoomNode/IconOutlineHook.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
@SpirePatch(cls="com.megacrit.cardcrawl.map.MapRoomNode", method="render")
1010
public class IconOutlineHook {
11-
@SpireInsertPatch(loc=394, localvars={"room"})
11+
@SpireInsertPatch(loc=418, localvars={"room"})
1212
public static void Insert(Object meObj, Object sbObj, Object roomObj) {
1313
ColoredMap.setIconOutlineColor((AbstractRoom)roomObj, (SpriteBatch)sbObj);
1414
}

src/main/resources/ModTheSpire.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": ["basemod"],
55
"author_list": ["timeracers", "t-larson"],
66
"description": "Lets you configure the map icon colors",
7-
"version": "2.1.0",
7+
"version": "2.1.1",
88
"ModTheSpire": "3.0.0",
99
"update_json": "https://api.github.com/repos/timeracers/ColoredMap/releases/latest"
1010
}

0 commit comments

Comments
 (0)