Update mob.dm

This commit is contained in:
BlackMajor
2022-10-08 14:27:58 +13:00
committed by GitHub
parent bf38912a3b
commit d37190a969
+6 -1
View File
@@ -1,3 +1,8 @@
/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!
/mob/is_incorporeal()
if(incoporeal_move)
return 1
..()