Advertisement
dominus

Untitled

Nov 17th, 2016
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.80 KB | None | 0 0
  1. diff --git a/gamemgr/sigame.cc b/gamemgr/sigame.cc
  2. index f874ed2..2aad883 100644
  3. --- a/gamemgr/sigame.cc
  4. +++ b/gamemgr/sigame.cc
  5. @@ -225,6 +225,15 @@ SI_Game::SI_Game() {
  6.         // Dough on Moonshade display table
  7.         mp->add(new Map_patch_remove(Object_spec(
  8.                                          Tile_coord(2369, 1896, 2), 863, 17, 0)));
  9. +       // Skullcrusher Mountains
  10. +       //    music instruments in wall
  11. +       mp->add(new Map_patch_remove(Object_spec(
  12. +                                        Tile_coord(35, 1942, 0), 690, 0, 0)));
  13. +       mp->add(new Map_patch_remove(Object_spec(
  14. +                                        Tile_coord(35, 1954, 0), 692, 0, 0)));
  15. +       //    egg spawning spiders in wall
  16. +       mp->add(new Map_patch_remove(Object_spec(
  17. +                                        Tile_coord(60, 1937, 0), 275, 0, 0)));
  18.     }
  19.  
  20.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement