Makes security bots more hardy to be less useless

This commit is contained in:
Yoshax
2016-07-25 14:48:35 +01:00
parent cdb09d2946
commit 1f81596f6a
2 changed files with 4 additions and 4 deletions

View File

@@ -4,8 +4,8 @@
icon = 'icons/obj/aibots.dmi' icon = 'icons/obj/aibots.dmi'
icon_state = "ed2090" icon_state = "ed2090"
density = 1 density = 1
health = 100 health = 200
maxHealth = 100 maxHealth = 200
is_ranged = 1 is_ranged = 1
preparing_arrest_sounds = new() preparing_arrest_sounds = new()

View File

@@ -2,8 +2,8 @@
name = "Securitron" name = "Securitron"
desc = "A little security robot. He looks less than thrilled." desc = "A little security robot. He looks less than thrilled."
icon_state = "secbot0" icon_state = "secbot0"
maxHealth = 50 maxHealth = 100
health = 50 health = 100
req_one_access = list(access_security, access_forensics_lockers) 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) botcard_access = list(access_security, access_sec_doors, access_forensics_lockers, access_morgue, access_maint_tunnels)
patrol_speed = 2 patrol_speed = 2