Skip to content
Snippets Groups Projects
Commit 80404096 authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@4061 51575b47-30f0-44d4-a5cc-537603b46e54
parent a87f28d0
No related branches found
No related tags found
No related merge requests found
......@@ -594,7 +594,7 @@ newEntity{ base = "BASE_AMULET",
newEntity{ define_as = "RUNED_SKULL",
power_source = {arcane=true},
unique = true,
type = "gem", subtype="red",
type = "gem", subtype="red", image = "object/skeleton_mage_skull.png",
unided_name = "human skull",
name = "Runed Skull",
display = "*", color=colors.RED,
......
......@@ -67,7 +67,7 @@ newEntity{
power_source = {nature=true},
define_as = "PUTRESCENT_POTION",
type = "corpse", subtype = "blood",
name = "Wyrm Bile", unique=true, unided_name="putrescent potion",
name = "Wyrm Bile", unique=true, unided_name="putrescent potion", image = "object/elixir_of_stoneskin.png",
display = "*", color=colors.VIOLET,
desc = [[A vial of thick, lumpy fluid. Who knows what this will do to you if you drink it?]],
cost = 3000,
......
......@@ -45,10 +45,13 @@ configuration "windows"
"/e/apps/mingw/include/GL",
}
configuration "macosx"
buildoptions { "-pagezero_size 10000", "-image_base 100000000" }
configuration "Debug"
defines { }
flags { "Symbols" }
buildoptions { "-ggdb", "-pagezero_size 10000", "-image_base 100000000" }
buildoptions { "-ggdb" }
targetdir "bin/Debug"
if _OPTIONS.luaassert then defines {"LUA_USE_APICHECK"} end
if _OPTIONS.pedantic then buildoptions { "-Wall" } 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