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
@@ -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
+12 -1
View File
@@ -54,4 +54,15 @@
hitsound = 'sound/weapons/zapbang.ogg'
pass_flags = PASSTABLE | PASSGLASS | PASSGRILLE
combustion = FALSE
agony = 20
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