diff --git a/code/modules/background/origins/origins/human/sol.dm b/code/modules/background/origins/origins/human/sol.dm
index 6e905356fb8..d5fad27f807 100644
--- a/code/modules/background/origins/origins/human/sol.dm
+++ b/code/modules/background/origins/origins/human/sol.dm
@@ -116,7 +116,7 @@
/singleton/origin_item/origin/new_hai_phong
name = "New Hai Phong"
desc = "Originally intended to be a mining colony, New Hai Phong has since become one of the industrial centers of the modern Alliance thanks to Hephaestus Industries. Space on New Hai Phong is at a premium, which has led to a communal style of living centered around blockfams — small organizational units consisting of several families living in close proximity. Corruption is a massive issue on the planet and dissent against Hephaestus has been growing in recent years. Respiratory issues plague many residents of New Hai Phong thanks to the harsh environment of the planet."
- important_information = "Due to the ethnic make-up of its original settlers and ability for the massive New Hai Phongese population to absorb immigrants into its culture via assimilation, characters born on New Hai Phong must have names and appearances consistent with the peoples of Southeast Asia. Only characters native to New Hai Phong may take the New Hai Phongese accent. This is enforceable by server moderators and admins."
+ important_information = "Due to the ethnic make-up of its original settlers and ability for the massive New Hai Phongese population to absorb immigrants into its culture via assimilation, characters born on New Hai Phong must have names and appearances consistent with the peoples of Vietnam, Hong Kong, and South China. Only characters native to New Hai Phong may take the New Hai Phongese accent. This is enforceable by server moderators and admins."
possible_accents = list(ACCENT_PHONG)
possible_citizenships = list(CITIZENSHIP_SOL, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
possible_religions = RELIGIONS_SOLARIAN
diff --git a/html/changelogs/mattatlas-nhp.yml b/html/changelogs/mattatlas-nhp.yml
new file mode 100644
index 00000000000..51837e98d25
--- /dev/null
+++ b/html/changelogs/mattatlas-nhp.yml
@@ -0,0 +1,41 @@
+################################
+# Example Changelog File
+#
+# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
+#
+# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
+# When it is, any changes listed below will disappear.
+#
+# Valid Prefixes:
+# bugfix
+# wip (For works in progress)
+# tweak
+# soundadd
+# sounddel
+# rscadd (general adding of nice things)
+# rscdel (general deleting of nice things)
+# imageadd
+# imagedel
+# maptweak
+# spellcheck (typo fixes)
+# experiment
+# balance
+# admin
+# backend
+# security
+# refactor
+#################################
+
+# Your name.
+author: MattAtlas
+
+# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
+delete-after: True
+
+# Any changes you've made. See valid prefix list above.
+# INDENT WITH TWO SPACES. NOT TABS. SPACES.
+# SCREW THIS UP AND IT WON'T WORK.
+# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
+# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
+changes:
+ - bugfix: "The NHP origin now matches the wiki's origin restrictions."