From 952ac405c7e02ce5247516c34dfdf9aca2ec1488 Mon Sep 17 00:00:00 2001 From: Latency <55075747+Latentish@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:12:24 -0700 Subject: [PATCH] Give the Talos a Corpsman (#3260) ## About The Pull Request Adds the corpsman role to the Talos,. The talos has lost its surgery medkit, which has been replaced with a brute and burn kit. ## Why It's Good For The Game Surgery is dummy busted, not having a medic on a milship forces the role on someone else. ## Changelog :cl:phoaly balance: Talos Corpsman has been readded with a different medkit loadout. /:cl: --- _maps/configs/inteq_talos.json | 6 +++++- _maps/shuttles/inteq/inteq_talos.dmm | 10 ++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/_maps/configs/inteq_talos.json b/_maps/configs/inteq_talos.json index 54f134964470..858255729809 100644 --- a/_maps/configs/inteq_talos.json +++ b/_maps/configs/inteq_talos.json @@ -40,9 +40,13 @@ "outfit": "/datum/outfit/job/inteq/security", "slots": 1 }, + "Corpsman": { + "outfit": "/datum/outfit/job/inteq/paramedic", + "slots": 1 + }, "Recruit": { "outfit": "/datum/outfit/job/inteq/assistant", - "slots": 4 + "slots": 4 } }, "enabled": true diff --git a/_maps/shuttles/inteq/inteq_talos.dmm b/_maps/shuttles/inteq/inteq_talos.dmm index 491853b5266c..dc0e84542cae 100644 --- a/_maps/shuttles/inteq/inteq_talos.dmm +++ b/_maps/shuttles/inteq/inteq_talos.dmm @@ -4630,11 +4630,13 @@ }, /obj/structure/crate_shelf, /obj/structure/closet/crate/medical, -/obj/item/storage/firstaid/regular{ - pixel_x = 5 +/obj/item/storage/firstaid/brute{ + pixel_x = -8; + pixel_y = 0 }, -/obj/item/storage/firstaid/medical{ - pixel_x = -5 +/obj/item/storage/firstaid/fire{ + pixel_x = 9; + pixel_y = 0 }, /obj/item/storage/box/bodybags, /turf/open/floor/plasteel/patterned/cargo_one,