~ubuntu-branches/debian/sid/tome/sid

« back to all changes in this revision

Viewing changes to src/melee2.c

  • Committer: Package Import Robot
  • Author(s): Manoj Srivastava
  • Date: 2014-05-14 13:49:42 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20140514134942-mhutcdxhr1yhjjvw
Tags: 2.3.6-ah-1
* Upstream development of version 2 has moved into maintenance mode,
  with a new upstream git repository at:
  git://gitorious.org/tome2/tome2.git
  - Don't generate impassable glass walls.
  - Mark *all* quest monsters properly.
  - Avoid generating up staircases in selected dungeons.
  - Mimicry cloaks of Abomination now aggravate properly.
  - Properly handle item set effects with certain traps.
  - Fix crash bug during character dumps.
  - Misc. Mimicry fixes.
  - Prevent immunities from Balrog Form persisting too long.
  - Fix for loading/saving on Linux distribution using Fortify.
  - Fix for module directory paths.
  - Fix miscellaneous problems on 64-bit platforms.
  - Princess room should now always be generated.
  - Extra Blows applies to barehand combat too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6833
6833
                                c_ptr->info &= ~(CAVE_MARK);
6834
6834
 
6835
6835
                                /* Break the rune */
6836
 
                                place_floor(ny, nx);
 
6836
                                place_floor_convert_glass(ny, nx);
6837
6837
 
6838
6838
                                /* Allow movement */
6839
6839
                                do_move = TRUE;
7068
7068
                                c_ptr->info &= ~(CAVE_MARK);
7069
7069
 
7070
7070
                                /* Break the rune */
7071
 
                                place_floor(ny, nx);
 
7071
                                place_floor_convert_glass(ny, nx);
7072
7072
 
7073
7073
                                /* Allow movement */
7074
7074
                                do_move = TRUE;