mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #13568 from FirstSgtDan/nifsoft
Pilot NIFsoft transfered to "vr" files
This commit is contained in:
@@ -377,32 +377,3 @@
|
|||||||
..()
|
..()
|
||||||
for(var/i = 0 to 7)
|
for(var/i = 0 to 7)
|
||||||
new /obj/item/weapon/disk/nifsoft/mining(src)
|
new /obj/item/weapon/disk/nifsoft/mining(src)
|
||||||
|
|
||||||
// Pilot Disk //
|
|
||||||
/obj/item/weapon/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_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/weapon/storage/box/nifsofts_pilot
|
|
||||||
name = "pilot nifsoft uploaders"
|
|
||||||
desc = "A box of free nifsofts for pilot employees."
|
|
||||||
icon = 'icons/obj/boxes.dmi'
|
|
||||||
icon_state = "nifsoft_kit_pilot"
|
|
||||||
|
|
||||||
/obj/item/weapon/storage/box/nifsofts_pilot/New()
|
|
||||||
..()
|
|
||||||
for(var/i = 0 to 7)
|
|
||||||
new /obj/item/weapon/disk/nifsoft/pilot(src)
|
|
||||||
28
code/modules/nifsoft/nifsoft_vr.dm
Normal file
28
code/modules/nifsoft/nifsoft_vr.dm
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
// Pilot Disk //
|
||||||
|
/obj/item/weapon/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/weapon/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/weapon/storage/box/nifsofts_pilot/New()
|
||||||
|
..()
|
||||||
|
for(var/i = 0 to 7)
|
||||||
|
new /obj/item/weapon/disk/nifsoft/pilot(src)
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 13 KiB |
BIN
icons/obj/boxes_vr.dmi
Normal file
BIN
icons/obj/boxes_vr.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 402 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
BIN
icons/obj/nanomods_vr.dmi
Normal file
BIN
icons/obj/nanomods_vr.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 490 B |
@@ -3551,6 +3551,7 @@
|
|||||||
#include "code\modules\nifsoft\nif_softshop.dm"
|
#include "code\modules\nifsoft\nif_softshop.dm"
|
||||||
#include "code\modules\nifsoft\nif_tgui.dm"
|
#include "code\modules\nifsoft\nif_tgui.dm"
|
||||||
#include "code\modules\nifsoft\nifsoft.dm"
|
#include "code\modules\nifsoft\nifsoft.dm"
|
||||||
|
#include "code\modules\nifsoft\nifsoft_vr.dm"
|
||||||
#include "code\modules\nifsoft\software\01_vision.dm"
|
#include "code\modules\nifsoft\software\01_vision.dm"
|
||||||
#include "code\modules\nifsoft\software\05_health.dm"
|
#include "code\modules\nifsoft\software\05_health.dm"
|
||||||
#include "code\modules\nifsoft\software\06_screens.dm"
|
#include "code\modules\nifsoft\software\06_screens.dm"
|
||||||
|
|||||||
Reference in New Issue
Block a user