From 04251f30e19aa46427af9f02f288e3a86d308976 Mon Sep 17 00:00:00 2001 From: Ben10083 Date: Wed, 19 Jul 2023 08:52:56 -0400 Subject: [PATCH] Point Cost Reduction for Multi-purpose area denial sentry --- code/modules/cm_marines/dropship_ammo.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/cm_marines/dropship_ammo.dm b/code/modules/cm_marines/dropship_ammo.dm index 3c01688b70d7..ee658eb994b8 100644 --- a/code/modules/cm_marines/dropship_ammo.dm +++ b/code/modules/cm_marines/dropship_ammo.dm @@ -40,7 +40,7 @@ var/combat_equipment = TRUE /obj/structure/ship_ammo/attack_alien(mob/living/carbon/xenomorph/current_xenomorph) - if(unslashable) + if(unslashable) return XENO_NO_DELAY_ACTION current_xenomorph.animation_attack_on(src) playsound(src, 'sound/effects/metalhit.ogg', 25, 1) @@ -409,7 +409,7 @@ max_ammo_count = 1 ammo_name = "area denial sentry" travelling_time = 0 // handled by droppod - point_cost = 800 + point_cost = 600 accuracy_range = 0 // pinpoint max_inaccuracy = 0 /// Special structures it needs to break with drop pod