mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Renames all typepaths + names of implants to biochips (#23172)
* The fix * Contraaaaaa * Fixes CI * Fixes the pads + cases * Uplink datums * Update code/datums/mind.dm Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> * Update code/__HELPERS/unsorted.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * Update code/modules/research/designs/medical_designs.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * Update code/modules/research/designs/medical_designs.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * Update code/modules/research/designs/medical_designs.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * Update code/modules/research/designs/medical_designs.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * Update code/modules/surgery/implant_removal.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * Outfits now use a proper variable name * Fixes surgery (oops) * More .dme changes * Renames the folder * Fixes bad merge * Contra review * Update code/game/objects/items/weapons/dice.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * Fixes CI fail --------- Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
co-authored by
Burzah
Contrabang
S34N
parent
fad6509b5e
commit
382a71df0d
@@ -368,7 +368,7 @@ GLOBAL_LIST_EMPTY(ert_request_messages)
|
||||
box = /obj/item/storage/box/responseteam
|
||||
gloves = /obj/item/clothing/gloves/combat
|
||||
|
||||
implants = list(/obj/item/implant/mindshield)
|
||||
bio_chips = list(/obj/item/bio_chip/mindshield)
|
||||
|
||||
/obj/item/radio/centcom
|
||||
name = "centcomm bounced radio"
|
||||
|
||||
@@ -84,9 +84,9 @@
|
||||
/obj/item/organ/internal/cyberimp/chest/nutriment/hardened
|
||||
)
|
||||
|
||||
implants = list(
|
||||
/obj/item/implant/mindshield,
|
||||
/obj/item/implant/death_alarm
|
||||
bio_chips = list(
|
||||
/obj/item/bio_chip/mindshield,
|
||||
/obj/item/bio_chip/death_alarm
|
||||
)
|
||||
|
||||
/datum/outfit/job/centcom/response_team/commander/gamma
|
||||
@@ -113,9 +113,9 @@
|
||||
/obj/item/organ/internal/cyberimp/arm/flash
|
||||
)
|
||||
|
||||
implants = list(
|
||||
/obj/item/implant/mindshield,
|
||||
/obj/item/implant/death_alarm
|
||||
bio_chips = list(
|
||||
/obj/item/bio_chip/mindshield,
|
||||
/obj/item/bio_chip/death_alarm
|
||||
)
|
||||
|
||||
//////////////////// SECURITY ///////////////////
|
||||
@@ -169,9 +169,9 @@
|
||||
/obj/item/organ/internal/cyberimp/eyes/hud/security
|
||||
)
|
||||
|
||||
implants = list(
|
||||
/obj/item/implant/mindshield,
|
||||
/obj/item/implant/death_alarm
|
||||
bio_chips = list(
|
||||
/obj/item/bio_chip/mindshield,
|
||||
/obj/item/bio_chip/death_alarm
|
||||
)
|
||||
|
||||
/datum/outfit/job/centcom/response_team/security/gamma
|
||||
@@ -201,9 +201,9 @@
|
||||
/obj/item/organ/internal/cyberimp/chest/reviver/hardened
|
||||
)
|
||||
|
||||
implants = list(
|
||||
/obj/item/implant/mindshield,
|
||||
/obj/item/implant/death_alarm
|
||||
bio_chips = list(
|
||||
/obj/item/bio_chip/mindshield,
|
||||
/obj/item/bio_chip/death_alarm
|
||||
)
|
||||
|
||||
//////////////////// ENGINEER ///////////////////
|
||||
@@ -265,9 +265,9 @@
|
||||
/obj/item/organ/internal/cyberimp/brain/wire_interface/hardened
|
||||
)
|
||||
|
||||
implants = list(
|
||||
/obj/item/implant/mindshield,
|
||||
/obj/item/implant/death_alarm
|
||||
bio_chips = list(
|
||||
/obj/item/bio_chip/mindshield,
|
||||
/obj/item/bio_chip/death_alarm
|
||||
)
|
||||
|
||||
/datum/outfit/job/centcom/response_team/engineer/gamma
|
||||
@@ -296,8 +296,8 @@
|
||||
/obj/item/organ/internal/cyberimp/brain/wire_interface/hardened
|
||||
)
|
||||
|
||||
implants = list(/obj/item/implant/mindshield,
|
||||
/obj/item/implant/death_alarm
|
||||
bio_chips = list(/obj/item/bio_chip/mindshield,
|
||||
/obj/item/bio_chip/death_alarm
|
||||
)
|
||||
|
||||
//////////////////// MEDIC ///////////////////
|
||||
@@ -362,9 +362,9 @@
|
||||
/obj/item/organ/internal/cyberimp/chest/nutriment/hardened
|
||||
)
|
||||
|
||||
implants = list(
|
||||
/obj/item/implant/mindshield,
|
||||
/obj/item/implant/death_alarm
|
||||
bio_chips = list(
|
||||
/obj/item/bio_chip/mindshield,
|
||||
/obj/item/bio_chip/death_alarm
|
||||
)
|
||||
|
||||
/datum/outfit/job/centcom/response_team/medic/gamma
|
||||
@@ -397,9 +397,9 @@
|
||||
/obj/item/organ/internal/cyberimp/brain/anti_stam/hardened
|
||||
)
|
||||
|
||||
implants = list(
|
||||
/obj/item/implant/mindshield,
|
||||
/obj/item/implant/death_alarm
|
||||
bio_chips = list(
|
||||
/obj/item/bio_chip/mindshield,
|
||||
/obj/item/bio_chip/death_alarm
|
||||
)
|
||||
|
||||
//////////////////// PARANORMAL ///////////////////
|
||||
@@ -449,9 +449,9 @@
|
||||
/obj/item/organ/internal/cyberimp/chest/nutriment/hardened
|
||||
)
|
||||
|
||||
implants = list(
|
||||
/obj/item/implant/mindshield,
|
||||
/obj/item/implant/death_alarm
|
||||
bio_chips = list(
|
||||
/obj/item/bio_chip/mindshield,
|
||||
/obj/item/bio_chip/death_alarm
|
||||
)
|
||||
|
||||
/datum/outfit/job/centcom/response_team/paranormal/gamma
|
||||
@@ -475,9 +475,9 @@
|
||||
/obj/item/organ/internal/cyberimp/brain/anti_stam/hardened
|
||||
)
|
||||
|
||||
implants = list(
|
||||
/obj/item/implant/mindshield,
|
||||
/obj/item/implant/death_alarm
|
||||
bio_chips = list(
|
||||
/obj/item/bio_chip/mindshield,
|
||||
/obj/item/bio_chip/death_alarm
|
||||
)
|
||||
|
||||
//////////////////// JANITORIAL ///////////////////
|
||||
@@ -529,9 +529,9 @@
|
||||
/obj/item/organ/internal/cyberimp/chest/nutriment/hardened
|
||||
)
|
||||
|
||||
implants = list(
|
||||
/obj/item/implant/mindshield,
|
||||
/obj/item/implant/death_alarm
|
||||
bio_chips = list(
|
||||
/obj/item/bio_chip/mindshield,
|
||||
/obj/item/bio_chip/death_alarm
|
||||
)
|
||||
|
||||
/datum/outfit/job/centcom/response_team/janitorial/gamma
|
||||
@@ -555,7 +555,7 @@
|
||||
/obj/item/organ/internal/cyberimp/brain/anti_stam/hardened
|
||||
)
|
||||
|
||||
implants = list(
|
||||
/obj/item/implant/mindshield,
|
||||
/obj/item/implant/death_alarm
|
||||
bio_chips = list(
|
||||
/obj/item/bio_chip/mindshield,
|
||||
/obj/item/bio_chip/death_alarm
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user