tile descriptions: consolidate to a single string for 'draw bridge'
formerly, the string "Draw Bridge" was defined separately for east-west and north-south bridges, simply because they were disjoint in the tile numbering sequence. Now both draw bridges use description number 20. This frees up description number 25 for something else some day. git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@824 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
21f1cff598
commit
93bf346065
2 changed files with 5 additions and 5 deletions
|
@ -985,10 +985,10 @@
|
|||
946 misc_animation@0,1904 (conducts)(description=#24)(becomes=947)
|
||||
947 misc_animation@0,1920 (conducts)(description=#24)(becomes=940)
|
||||
# BEGIN BRIDGE TILES #
|
||||
948 misc_animation@0,1936 (noburn)(description=#25)
|
||||
949 misc_animation@0,1952 (noburn)(description=#25)
|
||||
950 misc_animation@0,1968 (noburn)(description=#25)
|
||||
951 misc_animation@0,1984 (noburn)(description=#25)
|
||||
948 misc_animation@0,1936 (noburn)(description=#20)
|
||||
949 misc_animation@0,1952 (noburn)(description=#20)
|
||||
950 misc_animation@0,1968 (noburn)(description=#20)
|
||||
951 misc_animation@0,1984 (noburn)(description=#20)
|
||||
# BEGIN NUCLEAR SWIRL #
|
||||
952 misc_animation@0,2000 (conducts)(description=#26)(becomes=953)(onshutdown=820)
|
||||
953 misc_animation@0,2016 (conducts)(description=#26)(becomes=954)(onshutdown=820)
|
||||
|
|
|
@ -31,7 +31,7 @@ zone.21 = Radar Dish
|
|||
zone.22 = Fountain
|
||||
zone.23 = Industrial
|
||||
zone.24 = Steelers 38 Bears 3
|
||||
zone.25 = Draw Bridge
|
||||
zone.25 =
|
||||
zone.26 = Ur 238
|
||||
zone.27 =
|
||||
|
||||
|
|
Reference in a new issue