Ancient Space Station [Space Spawn Ruin]

This commit is contained in:
CitadelStationBot
2017-06-25 11:03:27 -05:00
parent 4293607509
commit d4c54bb0b5
26 changed files with 23054 additions and 1 deletions
@@ -35,11 +35,17 @@
/mob/living/simple_animal/hostile/hivebot/range
name = "hivebot"
desc = "A smallish robot, this one is armed!"
icon_state = "ranged"
icon_living = "ranged"
icon_dead = "ranged"
ranged = 1
retreat_distance = 5
minimum_distance = 5
/mob/living/simple_animal/hostile/hivebot/rapid
icon_state = "ranged"
icon_living = "ranged"
icon_dead = "ranged"
ranged = 1
rapid = 1
retreat_distance = 5
@@ -47,6 +53,9 @@
/mob/living/simple_animal/hostile/hivebot/strong
name = "strong hivebot"
icon_state = "strong"
icon_living = "strong"
icon_dead = "strong"
desc = "A robot, this one is armed and looks tough!"
health = 80
maxHealth = 80