Small commit:

Housing:
Stairs should be sectionable
http://www.uodemise.com/forum/showthread.php?t=120218

Mobiles:
Dull Copper Elementals should drop chests
http://www.uodemise.com/forum/showthread.php?t=145394

Misc:
Snowpiles should not be usable when mounted
http://www.uodemise.com/forum/showthread.php?t=145522

Explosion potion timer should not be stopped by picking them up/scavenging
http://www.uodemise.com/forum/showthread.php?t=143523

1 day cool-down timer on soulstones is removed
http://www.uodemise.com/forum/showthread.php?t=138760
This commit is contained in:
xavier 2010-06-13 19:30:47 +00:00
parent 3956b8c804
commit 01eee98298
6 changed files with 61 additions and 41 deletions

View file

@ -71,6 +71,7 @@ namespace Server.Items
}
ThrowTarget targ = from.Target as ThrowTarget;
this.Stackable = false; // Scavenged explosion potions won't stack with those ones in backpack, and still will explode.
if ( targ != null && targ.Potion == this )
return;