Skip to content
Snippets Groups Projects
Commit cb458e54 authored by DarkGod's avatar DarkGod
Browse files

All weapons tiers now have a doll tile per tier. No more will that awesome...

All weapons tiers now have a doll tile per tier. No more will that awesome voratun sword look liek a boring iron sword!
parent b6c54b1a
No related branches found
No related tags found
No related merge requests found
Showing
with 10 additions and 0 deletions
......@@ -1819,6 +1819,16 @@ function _M:setupCommands()
print("===============")
end end,
[{"_g","ctrl"}] = function() if config.settings.cheat then
for i in pairs{
"iron longsword", "steel longsword", "dwarven-steel longsword", "stralite longsword", "voratun longsword",
} do
local o = game.zone:makeEntity(game.level, "object", {name=i}, nil, true)
if o then
o:identify(true)
game.zone:addEntity(game.level, o, "object", game.player.x, game.player.y-1)
end
end
do return end
self:changeLevel(game.level.level + 1)
do return end
local o = game.zone:makeEntity(game.level, "object", {subtype="sling", random_object=true}, nil, true)
......
game/modules/tome/data/gfx/shockbolt/player/dwarf_female/left_2haxe_01.png

14.8 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/left_2haxe_02.png

29.5 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/left_2haxe_03.png

29 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/left_2haxe_04.png

30.5 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/left_2haxe_05.png

31.6 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/left_2hmace_01.png

27 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/left_2hmace_02.png

28.6 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/left_2hmace_03.png

28.1 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/left_2hmace_04.png

27.1 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/left_2hmace_05.png

27.9 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/left_2hsword_01.png

8.18 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/left_2hsword_02.png

27.8 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/left_2hsword_03.png

28.1 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/left_2hsword_04.png

26.7 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/left_2hsword_05.png

28 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/left_hand_01_01.png

26.7 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/left_hand_01_02.png

27.5 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/left_hand_01_03.png

27.7 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/left_hand_01_04.png

27 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment