Set Mechanical Parts as event exclusive item for removal on exit

This commit is contained in:
Charlie Unfricht
2022-08-26 01:27:12 -04:00
parent 2ed69407de
commit a67666af62
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ function init() {
function setup(level, lobbyid) {
var eim = em.newInstance("q3239_" + lobbyid);
eim.setExclusiveItems([4031092]);
return eim;
}