Resource icon

Xantos Shrink System 1.0

No permission to download
Updated ShrinkCommand.cs (with the code below)
Thanks to Tasanar!

To remove a exploit with out this code
  1. else if ( pet.Allured )
  2. from.SendMessage( "You cannot shrink a summoned creature!" );
  3. else if ( target is BaseTalismanSummon )
  4. from.SendMessage( "You cannot shrink a summoned creature!" );
Back