diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2020-11-10 18:02:10 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2020-11-10 18:02:10 +0100 |
commit | 36c4e048a34fab2444ba66140fad473591ef15e5 (patch) | |
tree | 3d88c1de7fdc96b61f23a4eb45c9b39607a7e60a /DDayAtOmahaBeach/DDayOmaha.lou | |
parent | 89637250acc1fc5e9cb6dde2bee0d200b39e2e0a (diff) | |
download | asynk-rules-36c4e048a34fab2444ba66140fad473591ef15e5.zip asynk-rules-36c4e048a34fab2444ba66140fad473591ef15e5.tar.gz |
DDAyOmaha : improve tables
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} |