diff --git a/!TheEsc/!MapEdit,ff8 b/!TheEsc/!MapEdit,ff8 index f1de4f2..6c03086 100644 Binary files a/!TheEsc/!MapEdit,ff8 and b/!TheEsc/!MapEdit,ff8 differ diff --git a/!TheEsc/c/MapEdit b/!TheEsc/c/MapEdit index 2260339..c1bbc7e 100644 --- a/!TheEsc/c/MapEdit +++ b/!TheEsc/c/MapEdit @@ -321,6 +321,8 @@ void game2_tick_input() { if(SmartTiles[selectedsmart].Action == 0) SmartTiles[selectedsmart].ActionValue++; + if(SmartTiles[selectedsmart].Action == 1) + SmartTiles[selectedsmart].ActionValue++; readmodkey = tick + 10; } } @@ -332,6 +334,8 @@ void game2_tick_input() { if(SmartTiles[selectedsmart].Action == 0) SmartTiles[selectedsmart].ActionValue--; + if(SmartTiles[selectedsmart].Action == 1) + SmartTiles[selectedsmart].ActionValue--; readmodkey = tick + 10; } } diff --git a/!TheEsc/m2_smart,ffd b/!TheEsc/m2_smart,ffd index 534b554..5511dcf 100644 Binary files a/!TheEsc/m2_smart,ffd and b/!TheEsc/m2_smart,ffd differ