Fix Grey whitelist bug

This commit is contained in:
ZomgPonies
2014-02-16 07:30:55 -05:00
parent 6979765adb
commit 74ecd392df
+1 -1
View File
@@ -206,7 +206,7 @@
primitive = /mob/living/carbon/monkey // TODO
flags = WHITELISTED | HAS_LIPS | HAS_UNDERWEAR | CAN_BE_FAT
flags = IS_WHITELISTED | HAS_LIPS | HAS_UNDERWEAR | CAN_BE_FAT
// Both must be set or it's only a 45% chance of manifesting.
default_mutations=list(M_REMOTE_TALK)