From daa9a92998ee985f6ca9aed49c8fe2c4efca2da6 Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Tue, 5 May 2015 21:50:22 -0500 Subject: [PATCH] Update slime.dm Fixed mutator used to be boolean --- code/modules/mob/living/simple_animal/slime/slime.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/slime/slime.dm b/code/modules/mob/living/simple_animal/slime/slime.dm index 0ecace17a6e..e2caeb9bb2b 100644 --- a/code/modules/mob/living/simple_animal/slime/slime.dm +++ b/code/modules/mob/living/simple_animal/slime/slime.dm @@ -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