Attributes.cfg patch (Stealth missing script and unhides)

Made a small change or new addition to the Distro that makes a difference? You can post the changes here in .patch or .diff file format, for others to use or even added to the official Distro SVN!

Moderators: POL Developer, Distro Developer

Locked
Nando
POL Developer
Posts: 282
Joined: Wed Sep 17, 2008 6:53 pm
Contact:

Attributes.cfg patch (Stealth missing script and unhides)

Post by Nando »

Hello,

Stealth attribute at line 509 missed unhides and script, here it is.
Attached the patch, too.

Code: Select all

Attribute Stealth

{

	AttributeType	Skill

	SkillId		47



	Unhides		0

	Script 		:stealth:stealth

	Title		Rogue

	

	StatCheck	Dexterity	100	1d4+20

}
Attachments
attributes.cfg.patch
(423 Bytes) Downloaded 328 times
Madman
POL Developer
Posts: 62
Joined: Sun Feb 05, 2006 7:20 pm

Re: Attributes.cfg patch (Stealth missing script and unhides)

Post by Madman »

FTR, this change has been committed.
Locked