Infector (infection bot) update and sound

This commit is contained in:
Razgriz
2022-11-25 04:03:19 -07:00
parent adad1245a1
commit 10a9efd4eb
3 changed files with 13 additions and 0 deletions
@@ -0,0 +1,12 @@
/mob/living/simple_mob/mechanical/infectionbot //This literally just adds onto the base robot at /code/modules/mob/living/simple_mob/subtypes/mechanical/disbot_vr.dm
say_list_type = /datum/say_list/disbot
ai_holder_type = /datum/ai_holder/simple_mob/melee/disbot
/datum/say_list/disbot
threaten_sound = 'modular_chomp/sound/mob/robots/infector.ogg'
/datum/ai_holder/simple_mob/melee/disbot
threaten = TRUE
threaten_delay = 1 SECOND
threaten_timeout = 30 SECONDS