Update slime.dm

Fixed mutator used to be boolean
This commit is contained in:
KorPhaeron
2015-05-05 21:50:22 -05:00
parent 91be614fa5
commit daa9a92998
@@ -61,7 +61,7 @@
var/list/speech_buffer = list() // Last phrase said near it and person who said it
var/mood = "" // To show its face
var/mutator_used = 0 //So you can't shove a dozen mutators into a single slime
var/mutator_used = FALSE //So you can't shove a dozen mutators into a single slime
///////////TIME FOR SUBSPECIES