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:
parent
3956b8c804
commit
01eee98298
6 changed files with 61 additions and 41 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue