mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
## About The Pull Request Re-adds nanites, balance changes pending. No plans to do mapping/role changes Based on https://github.com/tgstation/tgstation/pull/60473 with a lot of work on modularizing ## Why It's Good For The Game Nanites are a rather interesting system, my hope is to port it in a more balanced format. ## Proof Of Testing Works, thoroughly tested ## Changelog 🆑 add: Re-adds nanites /🆑 TODO: - [x] Add techweb linking for nanites - [x] Prevent stacking of armor mods (fortitude + dna vault + nanite armor) - [x] Rebalance damage regeneration programs - [x] Remove force speak program by @StrangeWeirdKitten request - [x] Convert UI's to TSX - [x] Fix Nanite program uhb and programmer overlays not working --------- Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com>
12 lines
418 B
Plaintext
12 lines
418 B
Plaintext
|
|
/obj/effect/spawner/random/techstorage/rnd_all/Initialize(mapload)
|
|
loot += list(
|
|
/obj/item/circuitboard/computer/nanite_chamber_control,
|
|
/obj/item/circuitboard/computer/nanite_cloud_controller,
|
|
/obj/item/circuitboard/machine/nanite_chamber,
|
|
/obj/item/circuitboard/machine/nanite_programmer,
|
|
/obj/item/circuitboard/machine/nanite_program_hub,
|
|
/obj/item/circuitboard/computer/scan_consolenew,
|
|
)
|
|
. = ..()
|