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

sucky fix, but it'lk do for now

parent c155d102
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ newEntity{ base="BOGWATER", ...@@ -68,7 +68,7 @@ newEntity{ base="BOGWATER",
define_as = "BOGWATER_MISC", define_as = "BOGWATER_MISC",
nice_tiler = { method="replace", base={"BOGWATER_MISC", 100, 1, 7}}, nice_tiler = { method="replace", base={"BOGWATER_MISC", 100, 1, 7}},
} }
for i = 1, 7 do newEntity{ base="BOGWATER_MISC", define_as = "BOGWATER_MISC"..i, add_mos={{image="terrain/misc_bog"..i..".png"}}} end for i = 1, 7 do newEntity{ base="BOGWATER_MISC", define_as = "BOGWATER_MISC"..i, add_displays={class.new{image="terrain/misc_bog"..i..".png"}}} end
newEntity{ base="BOGWATER", newEntity{ base="BOGWATER",
define_as = "PORTAL", define_as = "PORTAL",
......
...@@ -79,4 +79,4 @@ newEntity{ base="BOGWATER", ...@@ -79,4 +79,4 @@ newEntity{ base="BOGWATER",
define_as = "BOGWATER_MISC", define_as = "BOGWATER_MISC",
nice_tiler = { method="replace", base={"BOGWATER_MISC", 100, 1, 7}}, nice_tiler = { method="replace", base={"BOGWATER_MISC", 100, 1, 7}},
} }
for i = 1, 7 do newEntity{ base="BOGWATER_MISC", define_as = "BOGWATER_MISC"..i, add_mos={{image="terrain/misc_bog"..i..".png"}}} end for i = 1, 7 do newEntity{ base="BOGWATER_MISC", define_as = "BOGWATER_MISC"..i, add_displays={class.new{image="terrain/misc_bog"..i..".png"}}} end
...@@ -328,12 +328,10 @@ function _M:makeDefault() ...@@ -328,12 +328,10 @@ function _M:makeDefault()
self:setDescriptor("world", "Maj'Eyal") self:setDescriptor("world", "Maj'Eyal")
self:setDescriptor("difficulty", "Normal") self:setDescriptor("difficulty", "Normal")
self:setDescriptor("permadeath", "Adventure") self:setDescriptor("permadeath", "Adventure")
self:setDescriptor("race", "Giant") self:setDescriptor("race", "Human")
self:setDescriptor("subrace", "Ogre") self:setDescriptor("subrace", "Cornac")
self:setDescriptor("class", "Warrior") self:setDescriptor("class", "Warrior")
self:setDescriptor("subclass", "Berserker") self:setDescriptor("subclass", "Berserker")
-- self:setDescriptor("class", "Chronomancer")
-- self:setDescriptor("subclass", "Paradox Mage")
__module_extra_info.no_birth_popup = true __module_extra_info.no_birth_popup = true
self:atEnd("created") self:atEnd("created")
end end
......
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