Re-adds metadata support.

Adds ghost sight as its own verb to see all emotes in the world.  

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3419 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
VivianFoxfoot@gmail.com
2012-04-09 14:33:11 +00:00
parent 8d790fd053
commit e99bde9c55
6 changed files with 89 additions and 4 deletions
+4
View File
@@ -33,6 +33,7 @@
var/traitor_scaling = 0 //if amount of traitors scales based on amount of players
var/protect_roles_from_antagonist = 0// If security and such can be tratior/cult/other
var/Tensioner_Active = 0 // If the tensioner is running.
var/allow_Metadata = 0 // Metadata is suported.
var/list/mode_names = list()
var/list/modes = list() // allowed modes
@@ -230,6 +231,9 @@
if ("feature_object_spell_system")
config.feature_object_spell_system = 1
if ("allow_metadata")
config.allow_Metadata = 1
if ("traitor_scaling")
config.traitor_scaling = 1