This commit is contained in:
BlackMajor
2022-10-16 10:16:47 +13:00
parent f8162b416d
commit df17de237a
2 changed files with 7 additions and 7 deletions
@@ -1,2 +1,7 @@
/mob/living/proc/vs_animate(var/belly_to_animate)
return
return
/mob/living/is_incorporeal()
if(incorporeal_move)
return 1
..()
+1 -6
View File
@@ -1,8 +1,3 @@
/mob
var/voice_freq = 42500 // Preference for character voice frequency
var/list/voice_sounds_list = list() // The sound list containing our voice sounds!
/mob/is_incorporeal()
if(incorporeal_move)
return 1
..()
var/list/voice_sounds_list = list() // The sound list containing our voice sounds!