Fix remaining reforming bugs

This commit is contained in:
TheGreatKitsune
2022-12-10 14:49:30 -06:00
parent 2fe9e2327f
commit 926f7d1e63
5 changed files with 114 additions and 19 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
/mob
var/voice_freq = 42500 // Preference for character voice frequency
var/list/voice_sounds_list = list() // The sound list containing our voice sounds!
var/list/voice_sounds_list = list() // The sound list containing our voice sounds!
var/enabled = TRUE //Pauses a mob if disabled (Prevents life ticks from happening)