Typo fixes and comments. Reorganization of the mutils macros is complete.
This commit is contained in:
parent
1902558730
commit
f13c81ff91
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# Macros for terleporting units.
|
||||
# Macros for teleporting units.
|
||||
# These don't depend on any other macros. Please don't change this.
|
||||
|
||||
# Teleports a unit matching FILTER to NEWX,NEWY
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# Utility macros for manipulating map terrain.
|
||||
# These don't depend on any other macros. Please don't change this.
|
||||
|
||||
|
||||
# Changes the terrain at a given list of coordinates
|
||||
# For example we could make 14,15 and 14,16 grassland:
|
||||
# {MODIFY_TERRAIN g (14,14) (15,16)}
|
||||
|
|
Loading…
Add table
Reference in a new issue