Skip to content

Commit

Permalink
implanter -> bio_chip_implanter
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantornRU authored Jan 11, 2024
1 parent cf70cfa commit 309be5e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions modular_ss220/jobs/code/donor/job/4_tier_jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
/obj/item/clipboard = 1,
/obj/item/clothing/under/rank/procedure/lawyer/blue = 1,
)
bio_chips = list(/obj/item/implant/mindshield)
bio_chips = list(/obj/item/bio_chip/mindshield)
satchel = /obj/item/storage/backpack/satchel_sec
dufflebag = /obj/item/storage/backpack/duffel/security

Expand Down Expand Up @@ -140,14 +140,14 @@
box = /obj/item/storage/box/responseteam
id = /obj/item/card/id/representative_tsf
backpack_contents = list(
/obj/item/implanter/death_alarm = 1,
/obj/item/bio_chip_implanter/death_alarm = 1,
/obj/item/lighter/zippo/blue = 1,
/obj/item/storage/fancy/cigarettes/cigpack_robustgold = 1,
/obj/item/clothing/under/pants/shorts/blue = 1,
)

bio_chips = 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/donor/representative_tsf/post_equip(mob/living/carbon/human/H, visualsOnly)
Expand Down Expand Up @@ -185,15 +185,15 @@
id = /obj/item/card/id/representative_ussp
box = /obj/item/storage/box/responseteam
backpack_contents = list(
/obj/item/implanter/death_alarm = 1,
/obj/item/bio_chip_implanter/death_alarm = 1,
/obj/item/lighter/zippo/engraved = 1,
/obj/item/storage/fancy/cigarettes/cigpack_robustgold = 1,
/obj/item/clothing/under/pants/shorts/red = 1,
/obj/item/clothing/head/ushanka = 1,
)

bio_chips = list(/obj/item/implant/mindshield,
/obj/item/implant/death_alarm
/obj/item/bio_chip/death_alarm
)

/datum/outfit/job/donor/representative_ussp/post_equip(mob/living/carbon/human/H, visualsOnly)
Expand Down
14 changes: 7 additions & 7 deletions modular_ss220/jobs/code/donor/job/5_tier_jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
id = /obj/item/card/id/vip_guest
backpack_contents = list(
/obj/item/stack/spacecash/c1000 = 2,
/obj/item/implanter/death_alarm = 1,
/obj/item/bio_chip_implanter/death_alarm = 1,
/obj/item/lighter/zippo/engraved = 1,
/obj/item/clothing/mask/cigarette/cigar/havana = 6,
)

bio_chips = list(/obj/item/implant/mindshield,
/obj/item/implant/death_alarm
bio_chips = list(/obj/item/bio_chip/mindshield,
/obj/item/bio_chip/death_alarm
)


Expand Down Expand Up @@ -69,14 +69,14 @@
backpack_contents = list(
/obj/item/stack/spacecash/c1000 = 3,

/obj/item/implanter/death_alarm = 1,
/obj/item/bio_chip_implanter/death_alarm = 1,
/obj/item/lighter/zippo/engraved = 1,
/obj/item/clothing/under/rank/procedure/lawyer/black = 1,
/obj/item/clothing/mask/cigarette/cigar/havana = 6,
)

bio_chips = list(/obj/item/implant/mindshield,
/obj/item/implant/death_alarm
bio_chips = list(/obj/item/bio_chip/mindshield,
/obj/item/bio_chip/death_alarm
)


Expand Down Expand Up @@ -130,7 +130,7 @@
/obj/item/restraints/handcuffs/toy = 1,
)

bio_chips = list(/obj/item/implant/sad_trombone, /obj/item/implant/mindshield)
bio_chips = list(/obj/item/bio_chip/sad_trombone, /obj/item/bio_chip/mindshield)

backpack = /obj/item/storage/backpack/clown
satchel = /obj/item/storage/backpack/clown
Expand Down

0 comments on commit 309be5e

Please sign in to comment.