diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-14 21:10:22 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-14 21:10:22 +0200 |
commit | a8a581f3003c49f89eae85b5e57c278e7e3f835a (patch) | |
tree | dd4f8e18bf036a5a0d8127bb3e3f45eb7c9f3b68 /config/maps | |
parent | e316bd9c66ab29b424b55003b6565cbf7a7ede45 (diff) | |
download | roflnauts-a8a581f3003c49f89eae85b5e57c278e7e3f835a.zip roflnauts-a8a581f3003c49f89eae85b5e57c278e7e3f835a.tar.gz roflnauts-a8a581f3003c49f89eae85b5e57c278e7e3f835a.tar.bz2 |
Prototyped trap map hazard (flames on 205)
Diffstat (limited to 'config/maps')
-rw-r--r-- | config/maps/205.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/maps/205.lua b/config/maps/205.lua index 1a9ae0e..d0aa1f8 100644 --- a/config/maps/205.lua +++ b/config/maps/205.lua @@ -13,6 +13,9 @@ return }, create = { { + flames = true + }, + { x = -36, y = -48, platform = "205-top" |