traffic updates

This commit is contained in:
Killian
2024-12-06 22:19:57 +00:00
parent 553675edf5
commit 525905a086
9 changed files with 96 additions and 47 deletions
+7 -6
View File
@@ -15,9 +15,10 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable
//Nanotech Implant Foundation
/obj/item/nif
name = "nanite implant framework"
desc = "A somewhat diminished knockoff of a Morpheus nano working surface, in a box. Can print new \
desc = "A mass-production model of a KHI nano working surface, in a box. Can print new \
implants inside living hosts on the fly based on software uploads. Must be surgically \
implanted in the head to work. May eventually wear out and break."
implanted in the head to work, and requires periodical maintenance. Warning: this device \
is extremely sensitive to electromagnetic pulse waves."
icon = 'icons/obj/device_alt.dmi'
icon_state = "nif_0"
@@ -625,14 +626,14 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable
starting_software = null
/obj/item/nif/authentic
name = "\improper Morpheus NIF"
desc = "An actual Morpheus working surface, in a box. From a society slightly less afraid \
of self-replicating nanotechnology. Basically just a high-endurance NIF."
name = "\improper KHI NIF"
desc = "An actual KHI working surface, in a box. These are the high-end models, usually only available to big spenders and those with serious contacts. \
Despite the all the marketing speak, they're really just a high-endurance NIF when it comes down to it."
durability = 1000
/obj/item/nif/bioadap
name = "bioadaptive NIF"
desc = "A NIF that goes out of it's way to accomidate strange body types. \
desc = "A NIF that goes out of it's way to accomodate strange body types. \
Will function in species where it normally wouldn't."
durability = 75
bioadap = TRUE
+29
View File
@@ -382,6 +382,35 @@
for(var/i = 0 to 7)
new /obj/item/disk/nifsoft/mining(src)
// Pilot Disk //
/obj/item/disk/nifsoft/pilot
name = "NIFSoft Uploader - Pilot"
desc = "Contains free NIFSofts useful for pilot members.\n\
It has a small label: \n\
\"Portable NIFSoft Installation Media. \n\
Align ocular port with eye socket and depress red plunger.\""
icon = 'icons/obj/nanomods_vr.dmi'
icon_state = "pilot"
stored_organic = /datum/nifsoft/package/pilot
stored_synthetic = /datum/nifsoft/package/pilot_synth
/datum/nifsoft/package/pilot
software = list(/datum/nifsoft/spare_breath)
/datum/nifsoft/package/pilot_synth
software = list(/datum/nifsoft/pressure,/datum/nifsoft/heatsinks)
/obj/item/storage/box/nifsofts_pilot
name = "pilot nifsoft uploaders"
desc = "A box of free nifsofts for pilot employees."
icon = 'icons/obj/boxes_vr.dmi'
icon_state = "nifsoft_kit_pilot"
/obj/item/storage/box/nifsofts_pilot/New()
..()
for(var/i = 0 to 7)
new /obj/item/disk/nifsoft/pilot(src)
// Mass Alteration Disk //
/obj/item/disk/nifsoft/sizechange
name = "NIFSoft Uploader - Mass Alteration"
-28
View File
@@ -1,28 +0,0 @@
// Pilot Disk //
/obj/item/disk/nifsoft/pilot
name = "NIFSoft Uploader - Pilot"
desc = "Contains free NIFSofts useful for pilot members.\n\
It has a small label: \n\
\"Portable NIFSoft Installation Media. \n\
Align ocular port with eye socket and depress red plunger.\""
icon = 'icons/obj/nanomods_vr.dmi'
icon_state = "pilot"
stored_organic = /datum/nifsoft/package/pilot
stored_synthetic = /datum/nifsoft/package/pilot_synth
/datum/nifsoft/package/pilot
software = list(/datum/nifsoft/spare_breath)
/datum/nifsoft/package/pilot_synth
software = list(/datum/nifsoft/pressure,/datum/nifsoft/heatsinks)
/obj/item/storage/box/nifsofts_pilot
name = "pilot nifsoft uploaders"
desc = "A box of free nifsofts for pilot employees."
icon = 'icons/obj/boxes_vr.dmi'
icon_state = "nifsoft_kit_pilot"
/obj/item/storage/box/nifsofts_pilot/New()
..()
for(var/i = 0 to 7)
new /obj/item/disk/nifsoft/pilot(src)