Merge pull request #1770 from Citadel-Station-13/upstream-merge-28584

[MIRROR] Ancient Space Station [Space Spawn Ruin]
This commit is contained in:
LetterJay
2017-06-27 21:25:50 -05:00
committed by GitHub
27 changed files with 19807 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