From 286d32101da6874f97ee4c2871521297740daaaa Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 27 Jun 2022 03:14:32 +0200 Subject: [PATCH] [MIRROR] Fixes an ert bounty hunter's outfit, and the bounty hunter ID in general [MDB IGNORE] (#14550) * Fixes an ert bounty hunter's outfit, and the bounty hunter ID in general (#67955) Fixes an ert bounty hunter's outfit, and the bounty hunter ID * Fixes an ert bounty hunter's outfit, and the bounty hunter ID in general Co-authored-by: Profakos --- code/modules/antagonists/ert/ert.dm | 2 +- code/modules/antagonists/fugitive/fugitive_outfits.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/antagonists/ert/ert.dm b/code/modules/antagonists/ert/ert.dm index 8730093c417..93c1c4763a7 100644 --- a/code/modules/antagonists/ert/ert.dm +++ b/code/modules/antagonists/ert/ert.dm @@ -217,7 +217,7 @@ /datum/antagonist/ert/bounty_hook role = "Hookgun Bounty Hunter" - outfit = /datum/outfit/bountyarmor/ert + outfit = /datum/outfit/bountyhook/ert /datum/antagonist/ert/bounty_synth role = "Synthetic Bounty Hunter" diff --git a/code/modules/antagonists/fugitive/fugitive_outfits.dm b/code/modules/antagonists/fugitive/fugitive_outfits.dm index 0b2fe890e87..5a4627a1110 100644 --- a/code/modules/antagonists/fugitive/fugitive_outfits.dm +++ b/code/modules/antagonists/fugitive/fugitive_outfits.dm @@ -230,7 +230,7 @@ /obj/item/card/id/advanced/bountyhunter assignment = "Bounty Hunter" - icon_state = "card_flames" //oh SHIT + icon_state = "card_flame" //oh SHIT trim = /datum/id_trim/bounty_hunter /datum/outfit/bountyarmor/ert