This commit is contained in:
BlackMajor
2022-10-16 11:33:57 +13:00
parent df17de237a
commit 24c64ae0a6
4 changed files with 12 additions and 14 deletions
@@ -1,7 +1,2 @@
/mob/living/proc/vs_animate(var/belly_to_animate)
return
/mob/living/is_incorporeal()
if(incorporeal_move)
return 1
..()
return
+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(incorporeal_move)
return 1
..()