From 18bbdaf6978887acd304d47d5b23dbd373985ef9 Mon Sep 17 00:00:00 2001 From: "VivianFoxfoot@gmail.com" Date: Wed, 4 Jan 2012 05:30:57 +0000 Subject: [PATCH] Adds alt-click to the changelog, adds a sanity check to alt-pull just in case. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2912 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/atom_procs.dm | 4 ++-- html/changelog.html | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/code/game/atom_procs.dm b/code/game/atom_procs.dm index a953a55472b..e13e0c30996 100644 --- a/code/game/atom_procs.dm +++ b/code/game/atom_procs.dm @@ -878,8 +878,8 @@ var/using_new_click_proc = 0 //TODO ERRORAGE (This is temporary, while the DblCl return /atom/proc/AltClick() - - src:pull() + if(hascall(src,"pull")) + src:pull() /* if(hascall(src,"pull")) diff --git a/html/changelog.html b/html/changelog.html index 80474ca896f..66b0c86a315 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -66,7 +66,11 @@ should be listed in the changelog upon commit tho. Thanks. --> - +
  • Polymorph updated: + + 1 January 2012 (12 more months until doomsday)