Page 1 of 1

[beta16] two "RUNED_SKULL" in boss-artifacts.lua

Posted: Mon Dec 27, 2010 12:00 pm
by Altefcat
Two artifacts have the same define-as = "RUNED_SKULL" parameter:

Code: Select all

newEntity{ base = "BASE_HELM",
	define_as = "RUNED_SKULL",
	name = "Dragonskull Helm", 
    unique = true, 
	image = "object/artifact/runed_skull.png",
	unided_name = "skull helm",

Code: Select all

newEntity{ define_as = "RUNED_SKULL",
	unique = true,
	type = "gem", subtype="red",
	unided_name = "human skull",
	name = "Runed Skull",

Re: [beta16] two "RUNED_SKULL" in boss-artifacts.lua

Posted: Tue Dec 28, 2010 1:04 am
by darkgod
fixed