mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 17:07:15 -05:00
Clear out experimental .35 files
Clear out experimental .35 files
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
#include "prc_inc_function"
|
||||
|
||||
void main()
|
||||
{
|
||||
//Declare main variables.
|
||||
object oPC = OBJECT_SELF;
|
||||
object oSkin = GetPCSkin(oPC);
|
||||
SetCompositeBonus(oSkin, "ShadowThiefBluff", 2, ITEM_PROPERTY_SKILL_BONUS, SKILL_BLUFF);
|
||||
SetCompositeBonus(oSkin, "ShadowThiefDiplo", 2, ITEM_PROPERTY_SKILL_BONUS, SKILL_PERSUADE);
|
||||
}
|
||||
Reference in New Issue
Block a user