COMIC mutation bugfix

This commit is contained in:
ZomgPonies
2015-02-21 13:25:09 -05:00
parent 9b60ee0f0b
commit 660ce3454b
2 changed files with 3 additions and 11 deletions
+3 -1
View File
@@ -276,7 +276,7 @@
message = pick("NEEIIGGGHHHH!", "NEEEIIIIGHH!", "NEIIIGGHH!", "HAAWWWWW!", "HAAAWWW!")
verb = pick("whinnies","neighs", "says")
handled = 1
if(dna)
for(var/datum/dna/gene/gene in dna_genes)
if(!gene.block)
@@ -309,6 +309,8 @@
message = uppertext(message)
verb = "yells loudly"
if(M_COMIC in mutations)
message = "<span class='sans'>[message]</span>"
returns[1] = message
returns[2] = verb
returns[3] = handled