diff options
Diffstat (limited to 'DDayAtOmahaBeach/DDayOmaha.lou')
-rw-r--r-- | DDayAtOmahaBeach/DDayOmaha.lou | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DDayAtOmahaBeach/DDayOmaha.lou b/DDayAtOmahaBeach/DDayOmaha.lou index 7b95851..618bfab 100644 --- a/DDayAtOmahaBeach/DDayOmaha.lou +++ b/DDayAtOmahaBeach/DDayOmaha.lou @@ -17,6 +17,7 @@ def @PGreen right x { @Green @Colour x } def @POrange right x { @Orange @Colour x } def @Eliminated { {rgb 1 0 0} @Colour Eliminated } +def @Defeated { {rgb 1 0 0} @Colour Defeated } def @Steps { @PRed {-2 steps} } def @Step { @PRed {-1 step} } def @Disrupted { @POrange Disrupted} |