Honker and Cluwne mecha mobs.

This commit is contained in:
Captain277
2021-10-03 16:27:06 -07:00
parent 1bf7bd0c2d
commit 4ff72bd54b
4 changed files with 111 additions and 3 deletions

View File

@@ -348,3 +348,15 @@
/obj/item/projectile/bullet/honker/Initialize(mapload)
. = ..()
SpinAnimation()
/obj/item/projectile/bullet/honker/lethal
damage = 20
nodamage = FALSE
damage_type = BRUTE
/obj/item/projectile/bullet/honker/lethal/Initialize(mapload)
. = ..()
SpinAnimation()
/obj/item/projectile/bullet/honker/lethal/heavy
damage = 40