8 public override string IDActorEx
12 if (!this.owner.isOn ||
this.owner.refVal <= 1)
21 public override bool OnUse(
Chara c)
28 public void OnSetBGM(BGMData d)
30 if (this.Electricity < 0 && !this.owner.isOn)
32 this.owner.PlaySound(
"electricity_insufficient", 1f,
true);
35 this.owner.PlaySound(
"tape", 1f,
true);
36 this.owner.refVal = d.id;
41 public override void OnToggle()
43 EClass.scene.RemoveActorEx(this.owner);
44 if (this.owner.isOn &&
this.owner.refVal > 1)
46 EClass.scene.AddActorEx(this.owner,
null);