Merge pull request #397 from headswe/master

Added new shortcut for examine (ctrl + left click).
This commit is contained in:
Albert Iordache
2012-02-10 11:46:20 -08:00
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -292,7 +292,10 @@
/atom/Click(location,control,params)
//world << "atom.Click() on [src] by [usr] : src.type is [src.type]"
var/list/pram = params2list(params)
if(pram["ctrl"] != null && pram["left"] != null)
src.examine()
return
if(usr.client.buildmode)
build_click(usr, usr.client.buildmode, location, control, params, src)
return
+1 -1
View File
@@ -23,4 +23,4 @@ FEEDBACK_PASSWORD mypassword
# Track population and death statistics
# Comment this out to disable
ENABLE_STAT_TRACKING
#ENABLE_STAT_TRACKING