From 4bd1cb3ac44a924e45ae374fc0edcc8f46511dde Mon Sep 17 00:00:00 2001 From: FungiFellow <151778459+FungiFellow@users.noreply.github.com> Date: Tue, 7 Oct 2025 12:20:40 -0400 Subject: [PATCH] Cancer Mice Ghostrole Info (#40102) * Adjusted Cancer Mouse Ghost Info * Updated Smite Snail * Added ghostrole info * Remove snail info * Update space.yml * Update Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl * Update Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl | 3 +++ Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl b/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl index a578adf82b..6c4ca0c4f4 100644 --- a/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl +++ b/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl @@ -32,6 +32,9 @@ ghost-role-information-silicon-rules = You are a [color={role-type-silicon-color ghost-role-information-mouse-name = Mouse ghost-role-information-mouse-description = A hungry and mischievous mouse. +ghost-role-information-cancer-mouse-name = Cancer Mouse +ghost-role-information-cancer-mouse-description = An irradiated mouse, spread your affliction and seek food. + ghost-role-information-mothroach-name = Mothroach ghost-role-information-mothroach-description = A cute but mischievous mothroach. diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 5aedad4596..c812140812 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -1980,6 +1980,12 @@ parent: MobMouse id: MobMouseCancer components: + - type: GhostRole + name: ghost-role-information-cancer-mouse-name + description: ghost-role-information-cancer-mouse-description + rules: ghost-role-information-freeagent-rules + mindRoles: + - MindRoleGhostRoleFreeAgent - type: Sprite color: LightGreen - type: PointLight -- 2.51.2