Merge pull request #2201 from Yoshax/securibots

Makes security bots more hardy to be less useless
This commit is contained in:
EmperorJon
2016-07-25 17:54:51 +01:00
committed by GitHub
3 changed files with 40 additions and 4 deletions

View File

@@ -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()

View File

@@ -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