From 5458fc630ba9bc2fbda623087b5e7ea353d72c2f Mon Sep 17 00:00:00 2001 From: Edward Chernenko Date: Sun, 1 Sep 2024 17:10:28 +0300 Subject: [PATCH] Fix typo in crew member name --- npcs/crew/crewmember_spacestationmercenary.npctype | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npcs/crew/crewmember_spacestationmercenary.npctype b/npcs/crew/crewmember_spacestationmercenary.npctype index f011927a7a4..cbdad16022e 100644 --- a/npcs/crew/crewmember_spacestationmercenary.npctype +++ b/npcs/crew/crewmember_spacestationmercenary.npctype @@ -12,7 +12,7 @@ "role" : { "type" : "soldier", - "name" : "Mercanary", + "name" : "Mercenary", "field" : "Guns N' Stuff", "uniformColorIndex" : 6 }