zerodowned

Moderator
zerodowned submitted a new resource:

Female Anniversary Robe - 15th Anniversary Robe

Saw a post on here a day or so ago for the hooded version of the 15th Anniversary Robe, this one does not have a hood but is only wearable by female non-garg characters

Code:
using System;

namespace Server.Items
{
    [Flipable(0x4B9F, 0x4BA0)]
  public class AnniversaryRobe2 : BaseOuterTorso
  {
  [Constructable]
  public AnniversaryRobe2() : this(0x455)
  {
  }

  [Constructable]
  public AnniversaryRobe2(int hue) : base(0x4B9F, hue)
  {
  this.Name = "15th Anniversary Commemorative Robe";...

Read more about this resource...
 
Back