summaryrefslogtreecommitdiff
path: root/src/map/mapflag.py
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-02-21 19:54:04 -0800
committerBen Longbons <b.r.longbons@gmail.com>2014-02-22 18:12:08 -0800
commit7fae5e75b0d7d6c2dc17d8515f6e869d09528b17 (patch)
tree1a76ab2fafbc590657106e3873131359a2d738df /src/map/mapflag.py
parentf4063c0d58d1a1812e24269efa1ebb8f9a7a2f2e (diff)
downloadtmwa-7fae5e75b0d7d6c2dc17d8515f6e869d09528b17.tar.gz
tmwa-7fae5e75b0d7d6c2dc17d8515f6e869d09528b17.tar.bz2
tmwa-7fae5e75b0d7d6c2dc17d8515f6e869d09528b17.tar.xz
tmwa-7fae5e75b0d7d6c2dc17d8515f6e869d09528b17.zip
Add mapflag for outside
Diffstat (limited to 'src/map/mapflag.py')
-rw-r--r--src/map/mapflag.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/mapflag.py b/src/map/mapflag.py
index 181476c..90d73ba 100644
--- a/src/map/mapflag.py
+++ b/src/map/mapflag.py
@@ -41,6 +41,7 @@ class MapFlags(object):
('RAIN', 20),
('NO_PLAYER_DROPS', 27),
('TOWN', 28),
+ ('OUTSIDE', 29),
]:
v = 1 << v
if i & v: