diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index e1b9776deb8..c25857f68db 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -194,6 +194,9 @@ uplink-death-acidifier-implant-desc = Completely melts the user and their equipm uplink-micro-bomb-implanter-name = Micro Bomb Implanter uplink-micro-bomb-implanter-desc = Explode on death or manual activation with this implant. Destroys the body with all equipment. +uplink-magillitis-serum-implanter-name = Magillitis Serum Implanter +uplink-magillitis-serum-implanter-desc = An experimental biochip which causes irreversable rapid muscular growth in Hominidae. Side-affects may include hypertrichosis, violent outbursts, and an unending affinity for bananas. + # Bundles uplink-observation-kit-name = Observation Kit uplink-observation-kit-desc = Includes syndicate crew monitor, high power cell and security hud disguised as sunglasses. diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 24801007b3a..291392c7ed2 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -840,6 +840,24 @@ categories: - UplinkImplants +- type: listing + id: UplinkMagillitisSerumImplant + name: uplink-magillitis-serum-implanter-name + description: uplink-magillitis-serum-implanter-desc + icon: { sprite: Actions/Implants/implants.rsi, state: gorilla_rampage } + productEntity: MagillitisSerumImplanter + cost: + Telecrystal: 5 + categories: + - UplinkJob + conditions: + - !type:BuyerJobCondition + whitelist: + - ResearchAssistant + - ResearchDirector + - Scientist + - SeniorResearcher + - type: listing id: UplinkEmpImplanter name: uplink-emp-implanter-name