Splits Up Chameleon Kit (#25238)

* cham gear tweaks

* non-cham mask

* Henri Review

* henri review 2: electric boogaloo
This commit is contained in:
matttheficus
2024-05-06 19:30:50 +00:00
committed by GitHub
parent 8113b6963e
commit a43944fc39
7 changed files with 53 additions and 15 deletions
@@ -149,7 +149,8 @@
/obj/item/clothing/under/chameleon = 2,
/obj/item/stamp/chameleon = 2,
/obj/item/clothing/shoes/chameleon/noslip = 5,
/obj/item/clothing/mask/chameleon = 2,
/obj/item/clothing/mask/chameleon = 4,
/obj/item/clothing/mask/chameleon/voice_change = 2,
/obj/item/clothing/mask/gas/voice_modulator = 2,
/obj/item/clothing/mask/gas/voice_modulator/chameleon = 2,
/obj/item/dnascrambler = 1,
@@ -112,7 +112,7 @@
/obj/item/storage/backpack/clown/syndie/populate_contents()
new /obj/item/clothing/under/rank/civilian/clown(src)
new /obj/item/clothing/shoes/magboots/clown(src)
new /obj/item/clothing/mask/chameleon(src)
new /obj/item/clothing/mask/chameleon/voice_change(src)
new /obj/item/radio/headset/headset_service(src)
new /obj/item/pda/clown(src)
new /obj/item/storage/box/survival(src)
@@ -144,7 +144,7 @@
/obj/item/clothing/gloves/combat, // accounted in belt + toolbox
/obj/item/flashlight/emp) // 4TC
/// 168TC + Telekinesis
/// 170TC + Telekinesis
/obj/item/storage/box/syndie_kit/bundle/darklord
name = "Dark Lord Bundle"
desc = "Turn your anger into hate and your hate into suffering with a mix of energy swords and magical powers. DO IT."
@@ -155,7 +155,7 @@
/obj/item/dnainjector/telemut/darkbundle, // ?TC
/obj/item/clothing/suit/hooded/chaplain_hoodie, // 0TC
/obj/item/clothing/glasses/meson/engine/tray, // 0TC
/obj/item/clothing/mask/chameleon, // 8TC
/obj/item/clothing/mask/chameleon/voice_change, // 10TC
/obj/item/card/id/syndicate, // 10TC
/obj/item/clothing/shoes/chameleon/noslip, // 10TC
/obj/item/encryptionkey/syndicate) // 10TC
@@ -403,11 +403,26 @@
new /obj/item/clothing/shoes/chameleon(src)
new /obj/item/clothing/glasses/chameleon(src)
new /obj/item/clothing/head/chameleon(src)
new /obj/item/clothing/mask/chameleon(src)
new /obj/item/storage/backpack/chameleon(src)
new /obj/item/radio/headset/chameleon(src)
new /obj/item/stamp/chameleon(src)
new /obj/item/pda/chameleon(src)
new /obj/item/clothing/mask/chameleon(src)
/obj/item/storage/box/syndie_kit/chameleon/nuke
name = "operative's chameleon kit"
/obj/item/storage/box/syndie_kit/chameleon/nuke/populate_contents()
new /obj/item/clothing/under/chameleon(src)
new /obj/item/clothing/suit/chameleon(src)
new /obj/item/clothing/gloves/chameleon(src)
new /obj/item/clothing/shoes/chameleon(src)
new /obj/item/clothing/glasses/chameleon(src)
new /obj/item/clothing/head/chameleon(src)
new /obj/item/storage/backpack/chameleon(src)
new /obj/item/radio/headset/chameleon(src)
new /obj/item/pda/chameleon(src)
new /obj/item/stamp/chameleon(src)
new /obj/item/clothing/mask/chameleon/voice_change(src)
/obj/item/storage/box/syndie_kit/dart_gun
name = "dart gun kit"