mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/block/drills.rs')
| -rw-r--r-- | src/block/drills.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/drills.rs b/src/block/drills.rs index e19912e..4558666 100644 --- a/src/block/drills.rs +++ b/src/block/drills.rs @@ -9,7 +9,7 @@ make_simple!( let mut base = load!(from name which is ["large-plasma-bore" | "plasma-bore" | "cliff-crusher"], s); unsafe { - base.overlay(load!(concat top => name which is ["large-plasma-bore" | "plasma-bore" | "cliff-crusher"], s).rotate(rot.rotated(false).count()) ) + base.overlay(load!(concat "top" => name which is ["large-plasma-bore" | "plasma-bore" | "cliff-crusher"], s).rotate(rot.rotated(false).count()) ) }; base }, |