diff --git a/code/game/objects/items/weapons/twohanded.dm b/code/game/objects/items/weapons/twohanded.dm index 113f70825e..067339d6a3 100644 --- a/code/game/objects/items/weapons/twohanded.dm +++ b/code/game/objects/items/weapons/twohanded.dm @@ -578,6 +578,7 @@ force_wielded = 25 /obj/item/weapon/twohanded/pitchfork/demonic/Initialize() + . = ..() set_light(3,6,LIGHT_COLOR_RED) /obj/item/weapon/twohanded/pitchfork/demonic/greater @@ -695,4 +696,4 @@ sharpness = IS_SHARP /obj/item/weapon/twohanded/bonespear/update_icon() - icon_state = "bone_spear[wielded]" \ No newline at end of file + icon_state = "bone_spear[wielded]"