diff --git a/code/modules/mob/living/bot/ed209bot.dm b/code/modules/mob/living/bot/ed209bot.dm index b238f5401e..ec4278c967 100644 --- a/code/modules/mob/living/bot/ed209bot.dm +++ b/code/modules/mob/living/bot/ed209bot.dm @@ -4,8 +4,8 @@ icon = 'icons/obj/aibots.dmi' icon_state = "ed2090" density = 1 - health = 100 - maxHealth = 100 + health = 200 + maxHealth = 200 is_ranged = 1 preparing_arrest_sounds = new() diff --git a/code/modules/mob/living/bot/secbot.dm b/code/modules/mob/living/bot/secbot.dm index 3bba199dc5..0cd58d330a 100644 --- a/code/modules/mob/living/bot/secbot.dm +++ b/code/modules/mob/living/bot/secbot.dm @@ -2,8 +2,8 @@ name = "Securitron" desc = "A little security robot. He looks less than thrilled." icon_state = "secbot0" - maxHealth = 50 - health = 50 + maxHealth = 100 + health = 100 req_one_access = list(access_security, access_forensics_lockers) botcard_access = list(access_security, access_sec_doors, access_forensics_lockers, access_morgue, access_maint_tunnels) patrol_speed = 2