Caught the corgi and precursor hivebot.

The latter one is just embarrassing, since I was the one who added it originally.
This commit is contained in:
Fluff
2023-04-26 20:02:05 -04:00
parent 7564968450
commit 6852510bc0
4 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
/mob/living/simple_mob/mechanical/cyber_horror/corgi
projectiletype = /obj/item/projectile/energy/mob/drone

View File

@@ -24,7 +24,7 @@
base_attack_cooldown = 0 // Extremly rapid fire with rather weak bullets.
/mob/living/simple_mob/mechanical/hivebot/precusor/laser
projectiletype = /obj/item/projectile/beam/precursor
projectiletype = /obj/item/projectile/energy/mob/precursor
projectile_dispersion = 5
projectile_accuracy = -30

View File

@@ -55,3 +55,14 @@
pass_flags = PASSTABLE | PASSGLASS | PASSGRILLE
combustion = FALSE
agony = 20
/obj/item/projectile/energy/mob/precursor
name = "precursor beam"
icon = 'icons/obj/projectiles_ch.dmi'
icon_state = "impact_prec"
fire_sound = 'sound/weapons/MediumLaser.ogg'
light_color = "#FF0099"
hud_state = "plasma_rifle"
damage = 48
armor_penetration = 10

View File

@@ -4646,6 +4646,7 @@
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\humanoid\cultist_ch.dm"
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\humanoid\mercenary.dm"
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\humanoid\pirate.dm"
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\mechanical\cyber_horror.dm"
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\mechanical\disbot.dm"
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\mechanical\drones\combat_drone.dm"
#include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\mechanical\hivebot\boss.dm"