From ea336fee28c3c75699ee2077d746ed4a35f6ca24 Mon Sep 17 00:00:00 2001 From: "petethegoat@gmail.com" Date: Sat, 19 Nov 2011 22:58:44 +0000 Subject: [PATCH] Removed diagonal movement in Erro's absence. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2533 316c924e-a436-60f5-8080-3fe189b3f50e --- html/changelog.html | 5 +++++ interface/skin.dmf | 16 ---------------- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/html/changelog.html b/html/changelog.html index f538c4f74a4..0db02615cf8 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -66,6 +66,11 @@ should be listed in the changelog upon commit tho. Thanks. -->
  • 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.
  • +
  • Petethegoat updated: + +
  • 16 November 2011 diff --git a/interface/skin.dmf b/interface/skin.dmf index 5569c299b1d..ae703f64e30 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -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"