From c5a20f97c8274a5db7e5a44b7479ea064fe8ec60 Mon Sep 17 00:00:00 2001 From: Joan Lung <3886584+ChangelingRain@users.noreply.github.com> Date: Mon, 12 Feb 2018 08:51:19 -0500 Subject: [PATCH] Makes the watcher wing crusher trophy less effective --- code/modules/mining/equipment/kinetic_crusher.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mining/equipment/kinetic_crusher.dm b/code/modules/mining/equipment/kinetic_crusher.dm index 95f979dc3bb..0b02516c0eb 100644 --- a/code/modules/mining/equipment/kinetic_crusher.dm +++ b/code/modules/mining/equipment/kinetic_crusher.dm @@ -219,7 +219,7 @@ desc = "A wing ripped from a watcher. Suitable as a trophy for a kinetic crusher." icon_state = "watcher_wing" denied_type = /obj/item/crusher_trophy/watcher_wing - bonus_value = 8 + bonus_value = 5 /obj/item/crusher_trophy/watcher_wing/effect_desc() return "mark detonation to prevent certain creatures from using certain attacks for [bonus_value*0.1] second\s" @@ -257,6 +257,7 @@ name = "icewing watcher wing" desc = "A carefully preserved frozen wing from an icewing watcher. Suitable as a trophy for a kinetic crusher." icon_state = "ice_wing" + bonus_value = 8 //legion /obj/item/crusher_trophy/legion_skull