From fc4a80184e75a61bc88a79dcfb94ba1fd21060a5 Mon Sep 17 00:00:00 2001 From: Harry <49167264+AtlasRules@users.noreply.github.com> Date: Sun, 9 Feb 2020 15:14:08 +0000 Subject: [PATCH] makes NT officers not do 65 stamina, removes a taser-related line --- 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 543ffe61..3b4e8652 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!", "Face the wrath of the golden bolt!", "Stop breaking the law, asshole!") + speak = list("Stop resisting!", "I AM THE LAW!", "Get down on the floor, creep!", "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 + casingtype = /obj/item/ammo_casing/c45_nostamina projectilesound = 'sound/weapons/gunshot.ogg' loot = list(/obj/item/gun/ballistic/automatic/pistol/m1911, /obj/effect/mob_spawn/human/corpse/nanotrasensoldier)