Merge pull request #6425 from JJRcop/OOCemoji

Adds emoji to OOC chat [Now with in-house sprites!]
This commit is contained in:
tkdrg
2014-12-27 03:01:36 -03:00
8 changed files with 48 additions and 0 deletions
+3
View File
@@ -109,6 +109,7 @@
var/rename_cyborg = 0
var/ooc_during_round = 0
var/emojis = 0
//Used for modifying movement speed for mobs.
//Unversal modifiers
@@ -300,6 +301,8 @@
config.rename_cyborg = 1
if("ooc_during_round")
config.ooc_during_round = 1
if("emojis")
config.emojis = 1
if("run_delay")
config.run_speed = text2num(value)
if("walk_delay")