[MIRROR] Adds Trait Genetics (#10142)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-02-13 07:41:59 -07:00
committed by GitHub
parent d81e145924
commit 7bfffc808d
138 changed files with 3818 additions and 2996 deletions

View File

@@ -112,7 +112,7 @@
if(92)
new/obj/item/material/sword/katana(src)
if(93)
new/obj/item/dnainjector/xraymut(src) // Probably the least OP
new/obj/item/dnainjector/set_trait/xray(src) // Probably the least OP
if(94) // Why the hell not
new/obj/item/storage/backpack/clown(src)
new/obj/item/clothing/under/rank/clown(src)

View File

@@ -59,7 +59,8 @@
list(/obj/item/storage/belt/utility/chief/full, 8) = 2,
list(/obj/item/personal_shield_generator/belt/mining/loaded, 6) = 2,
list(pick(subtypesof(/obj/item/melee/energy/sword) - /obj/item/melee/energy/sword/charge), 6) = 2,
list(pick(/obj/item/dnainjector/xraymut, /obj/item/dnainjector/nobreath, /obj/item/dnainjector/insulation), 6) = 2,
// Traitgenes New injector loot
list(pick(/obj/item/dnainjector/random_good,/obj/item/dnainjector/random_good_labeled,/obj/item/dnainjector/random_labeled,/obj/item/dnainjector/random), 6) = 2,
list(/obj/item/gun/energy/netgun, 7) = 2,
list(pick(prob(300);/obj/item/gun/energy/mouseray,
prob(50);/obj/item/gun/energy/mouseray/corgi,
@@ -103,7 +104,8 @@
list(/obj/item/card/emag, 11) = 1,
list(/obj/item/melee/shock_maul, 11) = 3,
list(/obj/item/clothing/suit/storage/vest/martian_miner/reinforced, 4) = 6,
list(/obj/item/storage/backpack/sport/hyd/catchemall, 11) = 1
list(/obj/item/storage/backpack/sport/hyd/catchemall, 11) = 1,
list(/obj/item/prop/alien/junk, 12) = 1,
))
var/path = choice[1]
var/value = choice[2]