Fix crash on exiting personal pocket dimension #185
@@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"crack": {"category":"hostile", "sound":[{"name":"crack","stream":false}]},
|
"crack": {"category":"hostile", "sounds":[{"name":"crack","stream":false}]},
|
||||||
"creepy": {"category":"ambient", "sound":[{"name":"creepy","stream":true}]},
|
"creepy": {"category":"ambient", "sounds":[{"name":"creepy","stream":true}]},
|
||||||
"doorLocked": {"category":"player", "sound":[{"name":"doorLocked","stream":false}]},
|
"doorLocked": {"category":"player", "sounds":[{"name":"doorLocked","stream":false}]},
|
||||||
"doorLockRemoved": {"category":"player", "sound":[{"name":"doorLockRemoved","stream":false}]},
|
"doorLockRemoved": {"category":"player", "sounds":[{"name":"doorLockRemoved","stream":false}]},
|
||||||
"keyLock": {"category":"player", "sound":[{"name":"keyLock","stream":false}]},
|
"keyLock": {"category":"player", "sounds":[{"name":"keyLock","stream":false}]},
|
||||||
"keyUnlock": {"category":"player", "sound":[{"name":"keyUnlock", "stream":false}]},
|
"keyUnlock": {"category":"player", "sounds":[{"name":"keyUnlock", "stream":false}]},
|
||||||
"monk": {"category":"hostile", "sound":[{"name":"monk", "stream":false}]},
|
"monk": {"category":"hostile", "sounds":[{"name":"monk", "stream":false}]},
|
||||||
"rift": {"category":"master", "sound":[{"name":"rift", "stream":false}]},
|
"rift": {"category":"master", "sounds":[{"name":"rift", "stream":false}]},
|
||||||
"riftClose": {"category":"player", "sound":[{"name":"riftClose", "stream":false}]},
|
"riftClose": {"category":"player", "sounds":[{"name":"riftClose", "stream":false}]},
|
||||||
"riftDoor": {"category":"player", "sound":[{"name":"riftDoor", "stream":false}]},
|
"riftDoor": {"category":"player", "sounds":[{"name":"riftDoor", "stream":false}]},
|
||||||
"riftEnd": {"category":"player", "sound":[{"name":"riftEnd", "stream":false}]},
|
"riftEnd": {"category":"player", "sounds":[{"name":"riftEnd", "stream":false}]},
|
||||||
"riftStart": {"category":"player", "sound":[{"name":"riftStart", "stream":false}]},
|
"riftStart": {"category":"player", "sounds":[{"name":"riftStart", "stream":false}]},
|
||||||
"tearing": {"category":"hostile", "sound":[{"name":"tearing", "stream":false}]}
|
"tearing": {"category":"hostile", "sounds":[{"name":"tearing", "stream":false}]}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user