From 7be4f4e32e973a9e3576c200c5f1ef6e3d2549ea Mon Sep 17 00:00:00 2001 From: Geeves Date: Wed, 15 Jan 2020 22:47:12 +0200 Subject: [PATCH] remote species fix (#8023) --- .../carbon/human/species/station/ipc/ipc_subspecies.dm | 4 ++++ html/changelogs/geeves - fuckspeciescode.yml | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 html/changelogs/geeves - fuckspeciescode.yml diff --git a/code/modules/mob/living/carbon/human/species/station/ipc/ipc_subspecies.dm b/code/modules/mob/living/carbon/human/species/station/ipc/ipc_subspecies.dm index 07042d9e375..39527739744 100644 --- a/code/modules/mob/living/carbon/human/species/station/ipc/ipc_subspecies.dm +++ b/code/modules/mob/living/carbon/human/species/station/ipc/ipc_subspecies.dm @@ -384,6 +384,8 @@ name = "Remote Xion Industrial Frame" short_name = "rem_xmf" + spawn_flags = IS_RESTRICTED + has_organ = list( BP_BRAIN = /obj/item/organ/internal/mmi_holder/circuit, BP_CELL = /obj/item/organ/internal/cell, @@ -527,6 +529,8 @@ short_name = "rem_unbran" name_plural = "Remote Unbranded Frames" + spawn_flags = IS_RESTRICTED + has_organ = list( BP_BRAIN = /obj/item/organ/internal/mmi_holder/circuit, BP_CELL = /obj/item/organ/internal/cell, diff --git a/html/changelogs/geeves - fuckspeciescode.yml b/html/changelogs/geeves - fuckspeciescode.yml new file mode 100644 index 00000000000..55e6efe7728 --- /dev/null +++ b/html/changelogs/geeves - fuckspeciescode.yml @@ -0,0 +1,6 @@ +author: Geeves + +delete-after: True + +changes: + - bugfix: "Remote IPCs are no longer selectable in the Character Creation menu." \ No newline at end of file