Removed diagonal movement in Erro's absence.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2533 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2011-11-19 22:58:44 +00:00
parent 9840c44b4e
commit ea336fee28
2 changed files with 5 additions and 16 deletions
+5
View File
@@ -66,6 +66,11 @@ should be listed in the changelog upon commit tho. Thanks. -->
<li>We're looking for feedback on the updated chem dispenser! It no longer dispenses beakers of the reagent, and instead places a variable amount of the reagent into the beaker of your choosing.</li>
</ul>
</li>
<li><b>Petethegoat updated:</b>
<ul>
<li>Diagonal movement is gone on account of them proving to be a bad idea in practice. A grand experiment nonetheless.</li>
</ul>
</li>
</ul>
<b><font color='blue'>16 November 2011</font><b>
-16
View File
@@ -67,18 +67,10 @@ macro "macro"
name = "CTRL+W"
command = "attack-self"
is-disabled = false
elem
name = "NUMPAD1+REP"
command = ".southwest"
is-disabled = false
elem
name = "NUMPAD2+REP"
command = ".south"
is-disabled = false
elem
name = "NUMPAD3+REP"
command = ".southeast"
is-disabled = false
elem
name = "NUMPAD4+REP"
command = ".west"
@@ -91,18 +83,10 @@ macro "macro"
name = "NUMPAD6+REP"
command = ".east"
is-disabled = false
elem
name = "NUMPAD7+REP"
command = ".northwest"
is-disabled = false
elem
name = "NUMPAD8+REP"
command = ".north"
is-disabled = false
elem
name = "NUMPAD9+REP"
command = ".northeast"
is-disabled = false
elem
name = "MULTIPLY"
command = "swap-hand"