Fixed an issue where ticker.mode could be set to null, triggering a restart, where it'd be set to null again...and so on.

Added a activate held item hotkey
Added intent hotkeys to 1 2 3 and 4 keys.
hotkeys-help for details.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4759 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
elly1989@rocketmail.com
2012-09-26 16:27:47 +00:00
parent cc2c4de49b
commit 4edc10c0a1
5 changed files with 233 additions and 153 deletions

View File

@@ -504,7 +504,7 @@
if (M.config_tag && M.config_tag == mode_name)
return M
del(M)
return null
return new /datum/game_mode/extended()
/datum/configuration/proc/get_runnable_modes()
var/list/datum/game_mode/runnable_modes = new