mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 20:52:41 +00:00
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:
@@ -0,0 +1,2 @@
|
||||
/mob/living/simple_mob/mechanical/cyber_horror/corgi
|
||||
projectiletype = /obj/item/projectile/energy/mob/drone
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user