mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Bane refactor (now uses damage multipliers) (#96003)
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
|
||||
/obj/projectile/bullet/ballista_spear/dragonator/Initialize(mapload)
|
||||
. = ..()
|
||||
AddElement(/datum/element/bane, mob_biotypes = MOB_MINING, damage_multiplier = 2)
|
||||
AddComponent(/datum/component/bane, affected_biotypes = MOB_MINING, damage_multiplier = 3)
|
||||
|
||||
/obj/projectile/bullet/ballista_spear/dragonator/attach_spear(obj/item/spear)
|
||||
AddComponent(/datum/component/projectile_instance_drop, spear)
|
||||
|
||||
Reference in New Issue
Block a user