Fixes to 'all guard me'
Shurikens/FukiyaDarts use now unhides you
This commit is contained in:
parent
e7f2db2559
commit
3e4c1994f2
3 changed files with 5 additions and 12 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue