mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-31 09:09:49 +01:00
Update mob.dm
This commit is contained in:
@@ -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
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user