Merge pull request #694 from TheDZD/minor-fixes

Bugfixes and Custom Food Sanity
This commit is contained in:
ZomgPonies
2015-03-28 23:24:17 -04:00
4 changed files with 36 additions and 25 deletions
@@ -221,7 +221,8 @@
src.visible_message("\red [src] flicks out a feeler and neatly steals a sample of [M]'s blood.","\red You flick out a feeler and neatly steal a sample of [M]'s blood.")
donors += M.real_name
for(var/datum/language/L in M.languages)
languages |= L
if(!(L.flags & HIVEMIND))
languages |= L
spawn(25)
update_progression()