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

@@ -7,8 +7,7 @@
var/seeprayers = 0
var/muted = 0
var/last_message = "" //Contains the last message sent by this client - used to protect against copy-paste spamming.
var/last_message = "" //Contains the last message sent by this client - used to protect against copy-paste spamming.
var/last_message_count = 0 //contins a number of how many times a message identical to last_message was sent.
var/warned = 0