mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-13 03:13:51 +00:00
Fixes Reduced Diagnostics and adds disks
Fixes reduced diagnostics not working properly and adds program disks for each of the new nanites.
This commit is contained in:
@@ -253,7 +253,7 @@
|
|||||||
to_chat(user, "<span class='info'>Cloud ID: [cloud_id ? cloud_id : "Disabled"]</span>")
|
to_chat(user, "<span class='info'>Cloud ID: [cloud_id ? cloud_id : "Disabled"]</span>")
|
||||||
to_chat(user, "<span class='info'>================</span>")
|
to_chat(user, "<span class='info'>================</span>")
|
||||||
to_chat(user, "<span class='info'>Program List:</span>")
|
to_chat(user, "<span class='info'>Program List:</span>")
|
||||||
if(diagnostics)
|
if(!diagnostics)
|
||||||
to_chat(user, "<span class='alert'>Diagnostics Disabled</span>")
|
to_chat(user, "<span class='alert'>Diagnostics Disabled</span>")
|
||||||
else
|
else
|
||||||
for(var/X in programs)
|
for(var/X in programs)
|
||||||
|
|||||||
@@ -130,7 +130,8 @@
|
|||||||
|
|
||||||
/datum/nanite_program/stealth
|
/datum/nanite_program/stealth
|
||||||
name = "Stealth"
|
name = "Stealth"
|
||||||
desc = "The nanites mask their activity from superficial scans, becoming undetectable by HUDs and non-specialized scanners." rogue_types = list(/datum/nanite_program/toxic)
|
desc = "The nanites mask their activity from superficial scans, becoming undetectable by HUDs and non-specialized scanners."
|
||||||
|
rogue_types = list(/datum/nanite_program/toxic)
|
||||||
use_rate = 0.2
|
use_rate = 0.2
|
||||||
|
|
||||||
/datum/nanite_program/stealth/enable_passive_effect()
|
/datum/nanite_program/stealth/enable_passive_effect()
|
||||||
|
|||||||
@@ -131,3 +131,15 @@
|
|||||||
|
|
||||||
/obj/item/disk/nanite_program/stun
|
/obj/item/disk/nanite_program/stun
|
||||||
program_type = /datum/nanite_program/triggered/stun
|
program_type = /datum/nanite_program/triggered/stun
|
||||||
|
|
||||||
|
/obj/item/disk/nanite_program/dermal_button
|
||||||
|
program_type = /datum/nanite_program/dermal_button
|
||||||
|
|
||||||
|
/obj/item/disk/nanite_program/research
|
||||||
|
program_type = /datum/nanite_program/research
|
||||||
|
|
||||||
|
/obj/item/disk/nanite_program/researchplus
|
||||||
|
program_type = /datum/nanite_program/researchplus
|
||||||
|
|
||||||
|
/obj/item/disk/nanite_program/reduced_diagnostics
|
||||||
|
program_type = /datum/nanite_program/reduced_diagnostics
|
||||||
Reference in New Issue
Block a user