mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-06 15:34:35 +00:00
Pilot NIFsoft Uploaders
This commit is contained in:
@@ -377,3 +377,32 @@
|
||||
..()
|
||||
for(var/i = 0 to 7)
|
||||
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)
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.6 KiB |
@@ -2293,6 +2293,23 @@ lol
|
||||
},
|
||||
/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c,
|
||||
/area/groundbase/level3/nw)
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
"OJ" = (
|
||||
/obj/effect/landmark/start/pilot,
|
||||
/obj/structure/closet/walllocker_double{
|
||||
dir = 8;
|
||||
name = "NIFsoft uploader cabinet";
|
||||
pixel_x = -32
|
||||
},
|
||||
/obj/item/weapon/storage/box/nifsofts_pilot,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/groundbase/civilian/pilot)
|
||||
"OT" = (
|
||||
/obj/structure/lattice,
|
||||
/turf/simulated/open/virgo3c,
|
||||
/area/groundbase/dorms/bathroom)
|
||||
>>>>>>> 8de672043e... Merge pull request #13370 from FirstSgtDan/nifsoft
|
||||
"Pd" = (
|
||||
/obj/item/device/radio/intercom{
|
||||
pixel_y = -24
|
||||
@@ -5240,7 +5257,7 @@ Qa
|
||||
qO
|
||||
fz
|
||||
bm
|
||||
Tk
|
||||
OJ
|
||||
pd
|
||||
Tk
|
||||
bm
|
||||
|
||||
@@ -6127,6 +6127,7 @@
|
||||
/area/stellardelight/deck1/lowermed)
|
||||
"mK" = (
|
||||
/obj/structure/table/sifwooden_reinforced,
|
||||
/obj/item/weapon/storage/box/nifsofts_pilot,
|
||||
/turf/simulated/floor/tiled/eris/steel/panels,
|
||||
/area/stellardelight/deck1/pilot)
|
||||
"mL" = (
|
||||
|
||||
@@ -36917,6 +36917,7 @@
|
||||
/obj/effect/floor_decal/corner/green/border,
|
||||
/obj/machinery/light,
|
||||
/obj/machinery/portable_atmospherics/canister/oxygen,
|
||||
/obj/item/weapon/storage/box/nifsofts_pilot,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/exploration/pilot_office)
|
||||
"wEF" = (
|
||||
|
||||
Reference in New Issue
Block a user