From 6694add91ec0e284b6be14f90111ab5912d2b211 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Sat, 10 Nov 2018 12:43:20 -0500 Subject: [PATCH] ''honorable'' --- code/modules/clothing/spacesuits/miscellaneous.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/spacesuits/miscellaneous.dm b/code/modules/clothing/spacesuits/miscellaneous.dm index fe667cdac8..8273c1bac0 100644 --- a/code/modules/clothing/spacesuits/miscellaneous.dm +++ b/code/modules/clothing/spacesuits/miscellaneous.dm @@ -129,7 +129,7 @@ Contains: //Space pirate outfit /obj/item/clothing/head/helmet/space/pirate name = "royal tricorne" - desc = "A tricorne form the Space Queen herself, that is space proof as well as made with padded armor." + desc = "A tricorne form the Honorable Space Queen herself, that is space proof as well as made with padded armor." icon_state = "pirate" item_state = "pirate" armor = list("melee" = 30, "bullet" = 50, "laser" = 30,"energy" = 15, "bomb" = 30, "bio" = 30, "rad" = 30, "fire" = 60, "acid" = 75)