Nanite Protocols and more Fat Programs

Restored Nanite Protocols, available through a tech node that requires the odd disk, a maint loot item.
Added Adipose Conversion (-fat +nanites over time and BWOMF (-lot of fat + a a lot more of nanites) nanite programs.
This commit is contained in:
Alphas00
2024-06-04 14:47:10 +02:00
parent b5e6bb5ae0
commit 403891b094
12 changed files with 131 additions and 37 deletions
+1 -1
View File
@@ -252,7 +252,7 @@
nanite_volume = CLAMP(amount, 0, max_nanites)
/datum/component/nanites/proc/set_max_volume(datum/source, amount)
max_nanites = max(1, max_nanites)
max_nanites = max(1, amount)
/datum/component/nanites/proc/set_cloud(datum/source, amount)
cloud_id = CLAMP(amount, 0, 100)