Fixes to 'all guard me'

Shurikens/FukiyaDarts use now unhides you
This commit is contained in:
asayre 2006-11-25 00:50:53 +00:00
parent e7f2db2559
commit 3e4c1994f2
3 changed files with 5 additions and 12 deletions

View file

@ -112,6 +112,8 @@ namespace Server.Items
from.Direction = from.GetDirectionTo( target );
from.RevealingAction();
if ( from.Body.IsHuman && !from.Mounted )
from.Animate( 33, 2, 1, true, true, 0 );

View file

@ -127,6 +127,8 @@ namespace Server.Items
from.Direction = from.GetDirectionTo( target );
from.RevealingAction();
if ( from.Body.IsHuman )
from.Animate( from.Mounted ? 26 : 9, 7, 1, true, false, 0 );