Makes bubblegum possibly more fun/fair to fight maybe (#20552)

Significantly reworked bubblegum's attacks, it now has the following attacks;

    Attacks through blood, done occasionally and at the end of every charge.
    Spray blood if it failed to attack through blood during its normal attack sequence.
    Warp through blood if it failed to attack through blood during its normal attack sequence.
    Spawn up to 6 slaughterlings, which block enemies but not it.

    Charge at a target. May be prefaced by a blood warp or done up to 3 times if below half health.
This commit is contained in:
Joan Lung
2016-09-20 12:49:51 +12:00
committed by oranges
parent 64a00bd0ee
commit b1d61e4718
3 changed files with 193 additions and 46 deletions
@@ -704,15 +704,13 @@
/obj/structure/closet/crate/necropolis/bubblegum/New()
..()
var/loot = rand(1,4)
var/loot = rand(1,3)
switch(loot)
if(1)
new /obj/item/weapon/antag_spawner/slaughter_demon(src)
if(2)
new /obj/item/mayhem(src)
if(3)
if(2)
new /obj/item/blood_contract(src)
if(4)
if(3)
new /obj/item/weapon/gun/magic/staff/spellblade(src)
/obj/item/blood_contract