From 01943a427ec2e95984598a13ca621b99f13eb5a1 Mon Sep 17 00:00:00 2001 From: Dahlular <55758850+Dahlular@users.noreply.github.com> Date: Tue, 18 Feb 2020 21:17:16 -0700 Subject: [PATCH] Revert "Balances the NT Private Security Officers" --- code/modules/mob/living/simple_animal/hostile/nanotrasen.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/nanotrasen.dm b/code/modules/mob/living/simple_animal/hostile/nanotrasen.dm index 3b4e8652..543ffe61 100644 --- a/code/modules/mob/living/simple_animal/hostile/nanotrasen.dm +++ b/code/modules/mob/living/simple_animal/hostile/nanotrasen.dm @@ -28,7 +28,7 @@ unsuitable_atmos_damage = 15 faction = list("nanotrasenprivate") status_flags = CANPUSH - speak = list("Stop resisting!", "I AM THE LAW!", "Get down on the floor, creep!", "Stop breaking the law, asshole!") + speak = list("Stop resisting!", "I AM THE LAW!", "Face the wrath of the golden bolt!", "Stop breaking the law, asshole!") search_objects = 1 do_footstep = TRUE @@ -46,7 +46,7 @@ ranged = 1 retreat_distance = 3 minimum_distance = 5 - casingtype = /obj/item/ammo_casing/c45_nostamina + casingtype = /obj/item/ammo_casing/c45 projectilesound = 'sound/weapons/gunshot.ogg' loot = list(/obj/item/gun/ballistic/automatic/pistol/m1911, /obj/effect/mob_spawn/human/corpse/nanotrasensoldier)