Merge pull request #7721 from Tupinambis/Oldstation

Oldstation but it doesn't lag the server.
This commit is contained in:
deathride58
2018-11-18 07:38:37 -05:00
committed by GitHub
2 changed files with 196 additions and 320 deletions
@@ -1,22 +1,22 @@
/obj/item/projectile/hivebotbullet
damage = 10
damage = 15
damage_type = BRUTE
/mob/living/simple_animal/hostile/hivebot
name = "hivebot"
desc = "A small robot."
desc = "A strange robot that does not seem pleased to meet you."
icon = 'icons/mob/hivebot.dmi'
icon_state = "basic"
icon_living = "basic"
icon_dead = "basic"
gender = NEUTER
mob_biotypes = list(MOB_ROBOTIC)
health = 15
maxHealth = 15
health = 50
maxHealth = 50
healable = 0
melee_damage_lower = 2
melee_damage_upper = 3
attacktext = "claws"
melee_damage_lower = 10
melee_damage_upper = 10
attacktext = "saw"
attack_sound = 'sound/weapons/bladeslice.ogg'
projectilesound = 'sound/weapons/gunshot.ogg'
projectiletype = /obj/item/projectile/hivebotbullet
@@ -36,8 +36,8 @@
deathmessage = "[src] blows apart!"
/mob/living/simple_animal/hostile/hivebot/range
name = "hivebot"
desc = "A smallish robot, this one is armed!"
name = "combat hivebot"
desc = "An armed robot that does not seem pleased to meet you."
icon_state = "ranged"
icon_living = "ranged"
icon_dead = "ranged"
@@ -46,6 +46,7 @@
minimum_distance = 5
/mob/living/simple_animal/hostile/hivebot/rapid
name = "gunner hivebot"
icon_state = "ranged"
icon_living = "ranged"
icon_dead = "ranged"
@@ -54,14 +55,23 @@
retreat_distance = 5
minimum_distance = 5
/mob/living/simple_animal/hostile/hivebot/engineering
name = "engineering hivebot"
icon_state = "EngBot"
icon_living = "EngBot"
icon_dead = "EngBot"
desc = "A strange engineering robot that does not seem pleased to meet you."
health = 75
maxHealth = 75
/mob/living/simple_animal/hostile/hivebot/strong
name = "strong hivebot"
name = "elite hivebot"
icon_state = "strong"
icon_living = "strong"
icon_dead = "strong"
desc = "A robot, this one is armed and looks tough!"
health = 80
maxHealth = 80
desc = "A heavily armed and armored robot that does not seem pleased to meet you."
health = 100
maxHealth = 100
ranged = 1
/mob/living/simple_animal/hostile/hivebot/death(gibbed)