mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -292,7 +292,10 @@
|
|||||||
|
|
||||||
/atom/Click(location,control,params)
|
/atom/Click(location,control,params)
|
||||||
//world << "atom.Click() on [src] by [usr] : src.type is [src.type]"
|
//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)
|
if(usr.client.buildmode)
|
||||||
build_click(usr, usr.client.buildmode, location, control, params, src)
|
build_click(usr, usr.client.buildmode, location, control, params, src)
|
||||||
return
|
return
|
||||||
|
|||||||
@@ -23,4 +23,4 @@ FEEDBACK_PASSWORD mypassword
|
|||||||
|
|
||||||
# Track population and death statistics
|
# Track population and death statistics
|
||||||
# Comment this out to disable
|
# Comment this out to disable
|
||||||
ENABLE_STAT_TRACKING
|
#ENABLE_STAT_TRACKING
|
||||||
Reference in New Issue
Block a user