8 public override bool CanBeHeld
18 public override bool CanBeDestroyed
27 public override bool OnUse(
Chara c)
29 if (!
EClass._zone.CanUnlockExit && !
EClass.debug.godMode)
31 this.owner.PlaySound(
"lock", 1f,
true);
34 this.owner.PlaySound(
"lock_open", 1f,
true);
37 Zone.ignoreSpawnAnime =
true;
38 EClass._zone.AddCard(thing, this.owner.pos.x,
this.owner.pos.z);
39 thing.SetPlaceState(PlaceState.installed,
false);