home · contact · privacy
TCE: Add altars that deliver grace score.
[plomrogue] / libplomrogue.c
index 5fd86f879451c580817700c6e686da33e10bdfef..33da37af6e2085940b2586be22951f9267a15cd4 100644 (file)
@@ -603,6 +603,9 @@ extern uint8_t TCE_set_movement_cost_map(char * mem_map)
     for (pos = 0; pos < map_size; pos++)
     {
         switch(mem_map[pos]) {
+            case '-':
+            case '+':
+            case '$':
             case '0':
                 TCE_move_cost_map[pos] = 1;
                 break;