Pet Snail expiration + Scripted portal sound effects
Fixed pet Snail not expiring properly (being removed from inventory when the time's up). Broadcasted code update for most of the missing portal sound effects for portal scripts. It is expected for all scripted portals now to play the sound effect when traversing it.
This commit is contained in:
@@ -3,7 +3,7 @@ function enter(pi) {
|
||||
pi.warp(105070300,3);
|
||||
return true;
|
||||
} else if(pi.isQuestStarted(21734)) {
|
||||
pi.warp(910510100,0);
|
||||
pi.playPortalSound(); pi.warp(910510100,0);
|
||||
return true;
|
||||
} else {
|
||||
pi.message("An ominous power prevents you from passing here.");
|
||||
|
||||
Reference in New Issue
Block a user