Added a new slurring variable, and set it up in the right places

This commit is contained in:
Albert Iordache
2011-12-10 14:25:49 +02:00
parent c68a22f497
commit e72ae5e8f6
17 changed files with 172 additions and 148 deletions
+2 -1
View File
@@ -221,6 +221,7 @@ var/list/global_mutations = list() // list of hidden mutation things
#define PARALYZE "paralize"
#define IRRADIATE "irradiate"
#define STUTTER "stutter"
#define SLUR "slur"
#define EYE_BLUR "eye_blur"
#define DROWSY "drowsy"
@@ -230,4 +231,4 @@ var/static/list/scarySounds = list('thudswoosh.ogg','Taser.ogg','armbomb.ogg','h
#define SEC_LEVEL_GREEN 0
#define SEC_LEVEL_BLUE 1
#define SEC_LEVEL_RED 2
#define SEC_LEVEL_DELTA 3
#define SEC_LEVEL_DELTA 3