From 40ce9dc90455cabb387d32e6744f03fb83751504 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Wed, 20 Apr 2016 22:10:44 -0500 Subject: [PATCH] Gives Breacher helmets force 5, makes their headbutts more dangerous --- code/modules/clothing/spacesuits/rig/suits/alien.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/spacesuits/rig/suits/alien.dm b/code/modules/clothing/spacesuits/rig/suits/alien.dm index 0bdd033a35b..e2ded4c4684 100644 --- a/code/modules/clothing/spacesuits/rig/suits/alien.dm +++ b/code/modules/clothing/spacesuits/rig/suits/alien.dm @@ -9,7 +9,7 @@ offline_slowdown = 10 vision_restriction = 1 offline_vision_restriction = 2 - + chest_type = /obj/item/clothing/suit/space/rig helm_type = /obj/item/clothing/head/helmet/space/rig/unathi boot_type = /obj/item/clothing/shoes/magboots/rig/unathi @@ -24,9 +24,10 @@ /obj/item/clothing/head/helmet/space/rig/unathi species_restricted = list("Unathi") + force = 5 /obj/item/clothing/suit/space/rig/unathi species_restricted = list("Unathi") - + /obj/item/clothing/shoes/magboots/rig/unathi species_restricted = list("Unathi") \ No newline at end of file