Mimes can no longer whisper without breaking their vows. Mimes don't talk!

Lockers and crates now holy a maximum of 20 objects. 
This is to prevent players from dragging a locker into a populated area and opening it; resulting in clients with a weaker connection to lock up and crash. I realize this is an inconvenience for botanists but players being able to intentionally crash other players takes priority.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4195 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
johnsonmt88@gmail.com
2012-07-27 18:31:28 +00:00
parent 0705168f1b
commit 7d1b47e482
4 changed files with 21 additions and 5 deletions
@@ -2,10 +2,7 @@
/mob/living/carbon/human/whisper(message as text)
message = trim(copytext(sanitize(message), 1, MAX_MESSAGE_LEN))
if (!message)
return
if (silent)
if (!message || silent || miming)
return
log_whisper("[src.name]/[src.key] : [message]")