Skip to content

Commit 76b88d1

Browse files
maddie480Cruor
andauthored
Applied Cruor's nitpicky PR feedback on Ahorn plugin
Co-Authored-By: Cruor <[email protected]>
1 parent bf84833 commit 76b88d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ahorn/entities/sidewaysLava.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using ..Ahorn, Maple
44

55
@mapdef Entity "SpringCollab2020/SidewaysLava" SidewaysLava(x::Integer, y::Integer, intro::Bool=false, lavaMode::String="LeftToRight", speedMultiplier::Number=1)
66

7-
const lavaModes = ["LeftToRight", "RightToLeft", "Sandwich"];
7+
const lavaModes = String["LeftToRight", "RightToLeft", "Sandwich"]
88

99
const placements = Ahorn.PlacementDict(
1010
"Sideways Lava (Spring Collab 2020)" => Ahorn.EntityPlacement(

0 commit comments

Comments
 (0)