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)