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

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Altefcat
Wayist
Posts: 22
Joined: Thu Dec 09, 2010 9:38 am

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

#1 Post 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",

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

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

#2 Post by darkgod »

fixed
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply