mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 16:44:43 +01:00
Update slime.dm
Fixed mutator used to be boolean
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user