Ejemplo n.º 1
0
 // Function from file: autolathe.dm
 public Wires_Autolathe(Obj_Machinery_Autolathe holder = null) : base(holder)
 {
     this.wires = new ByTable(new object [] { "hack", "disable", "shock", "zap" });
     this.add_duds(6);
     // Warning: Super call was HERE! If anything above HERE is needed by the super call, it might break!;
     return;
 }
Ejemplo n.º 2
0
 // Function from file: autolathe.dm
 public void autolathe_crafted(Obj_Machinery_Autolathe A = null)
 {
     return;
 }