mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
traffic updates
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
Reference in New Issue
Block a user