Commit 2bd19fade7d50146533e605047c115a2759ef89f
1 parent
f28a4f64
mooooarrr tiles
git-svn-id: http://svn.net-core.org/repos/t-engine4@2470 51575b47-30f0-44d4-a5cc-537603b46e54
Showing
54 changed files
with
10 additions
and
1 deletions
... | ... | @@ -763,6 +763,15 @@ function _M:setupCommands() |
763 | 763 | end end, |
764 | 764 | [{"_g","ctrl"}] = function() if config.settings.cheat then |
765 | 765 | self.nicer_tiles:postProcessLevelTiles(self.level) |
766 | + | |
767 | + for i, e in ipairs(game.zone.object_list) do | |
768 | + if e.subtype == "staff" and e.rarity and e.name then | |
769 | + local a = game.zone:finishEntity(game.level, "object", e) | |
770 | + a.no_unique_lore = true -- to not spam | |
771 | + a:identify(true) | |
772 | + game.zone:addEntity(game.level, a, "object", game.player.x, game.player.y) | |
773 | + end | |
774 | + end | |
766 | 775 | end end, |
767 | 776 | } |
768 | 777 | ... | ... |
... | ... | @@ -147,7 +147,7 @@ newGem("Zircon", "object/zircon.png",1, 8, "yellow", 1, 10, 1, 20, |
147 | 147 | { resists = {all=2} }, |
148 | 148 | { daze={chance=20, dur=3} } |
149 | 149 | ) |
150 | -newGem("Spinel", "object/spinet.png",1, 8, "green", 1, 10, 1, 20, | |
150 | +newGem("Spinel", "object/spinel.png",1, 8, "green", 1, 10, 1, 20, | |
151 | 151 | { combat_def=2 }, |
152 | 152 | { mana=10 } |
153 | 153 | ) | ... | ... |

3.05 KB

4 KB

3.59 KB

6.9 KB

5.71 KB

7.55 KB

6.52 KB

5.75 KB

3.8 KB

5.76 KB

7.02 KB

6.56 KB

2.88 KB

3.49 KB

4.47 KB

6.25 KB

7.5 KB

5.69 KB

7.83 KB

5.61 KB

5.46 KB

4.92 KB

5.19 KB

5.81 KB

5.04 KB

5.04 KB

5.52 KB

5.19 KB

5.51 KB

5.66 KB

6.57 KB

5.43 KB

5.9 KB

4.69 KB

2 KB

3.12 KB

3.36 KB

3.57 KB

3.38 KB

3.4 KB

3.23 KB

5.83 KB

2.7 KB

3.78 KB

3.4 KB

3.52 KB

2.91 KB

4.77 KB
No preview for this file type
No preview for this file type
-
Please register or login to post a comment