mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Bane refactor (now uses damage multipliers) (#96003)
This commit is contained in:
@@ -185,7 +185,7 @@
|
||||
|
||||
/obj/item/shovel/serrated/Initialize(mapload)
|
||||
. = ..()
|
||||
AddElement(/datum/element/bane, mob_biotypes = MOB_ORGANIC, damage_multiplier = 1) //You may be horridly cursed now, but at least you kill the living a whole lot more easily!
|
||||
AddComponent(/datum/component/bane, affected_biotypes = MOB_ORGANIC, damage_multiplier = 2) //You may be horridly cursed now, but at least you kill the living a whole lot more easily!
|
||||
|
||||
/obj/item/shovel/serrated/examine(mob/user)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user