From 0552b7f129e2f2fd4a3f328b4e773553de2ace47 Mon Sep 17 00:00:00 2001 From: athena Date: Mon, 11 Feb 2013 07:34:22 +0000 Subject: [PATCH] Enable Grobu's fur drop for New Cloak quest. --- Scripts/Mobiles/Monsters/ML/Painted Caves/Grobu.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Scripts/Mobiles/Monsters/ML/Painted Caves/Grobu.cs b/Scripts/Mobiles/Monsters/ML/Painted Caves/Grobu.cs index abb2aed22..7b49f7605 100644 --- a/Scripts/Mobiles/Monsters/ML/Painted Caves/Grobu.cs +++ b/Scripts/Mobiles/Monsters/ML/Painted Caves/Grobu.cs @@ -49,15 +49,13 @@ namespace Server.Mobiles AddLoot( LootPack.FilthyRich, 2 ); } - /* - // TODO: uncomment once added + public override void OnDeath( Container c ) { base.OnDeath( c ); c.DropItem( new GrobusFur() ); } - */ public override bool GivesMLMinorArtifact{ get{ return true; } }