mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-10 15:45:05 +01:00
4d7b9be4a2
* Fix uncapitalized sentences, lack of "the", and singular/plural mixup when inserting items into lathes * Conform some job descriptions to the pattern used by the majority: bitrunner, chemist, coroner, janitor, RD, shaft miner * Remove extra colon from "Open Special Role Information" action buttons * Uncapitalize "no alerts" / "systems nominal" messages in atmos and station alert consoles * Fix incorrect feedback when wrenching down a freezer/heater with its panel open * Fix "Thank you for restocking the station!" appearing in the wrong place in the cargo export summary * Fix "pizza boxs" on cargo manifests * Fix mid-sentence capital "The" when: * Examining walls with mounted items * Inserting parts into machine frames * Fix "Pete's the udder" * Fix double-"the" and stringified datum typepath when scooping reagents * Fix missing spaces in door remote descriptions * Fix uncapitalized "Nanotrasen" in emergency respone drone ghost role poll * Fix double-space in canister opening admin log * Fix missing "the" when casting bear-form spell * Fix "auxiliry" in NebulaStation airlocks * Add `check_grep.sh` rules against "maintainance", "maintainence", and "maintenence" * Fix "maintainance" in NebulaStation airlocks, TCG cards, and in examines of netpod, byteforge, quantum server * Fix "maintainence" in examines of autolathe, flatpacker, cryo cell, ore silo, floodlight, power storage unit, turbine, chromatography machine, ChemMaster, all-in-one grinder, smoke machine, R&D machines, vending machines * Fix "maintenence" in Sulaco ruin terminal * Add missing periods to: * "That's X." examine block header * steal objective explanation text * atmospheric shield generator examine * autolathe examine * telescreen examine * accidentally stepping on a mousetrap * netpod examine * byteforge examine * hat/mask visor toggling * bizza box stack examine * ChemMaster 3000 examine * floodlight examine * power storage unit examine * ChemMaster interact messages * disposal bin animal eject message * techfab examine * vending machine examine * flatpacker examine * Fix name capitalization/propriety of: * big manipulator * DeForest first aid station * Christmas tree * Thunderdome plaque * commission plaque * chalkboard coffee menu * experimental destructive scanner * scanner array * prison cube * RaptorDex * atmospheric shield generator * high-performance liquid chromatography machine * all-in-one grinder * keycard authentication device * Fix plurality of: * fake stairs * HUDs * restaurant and bar seating * Fix misc grammar/typos in: * recharging station description * worm description * surgery tray description * access failure message of restaurant portal * mysterious pillar description * Pennywise painting description * floodlight examine * power storage unit examine * flatpacker examine * Remove extra newline from "Debug Z-Levels" verb
44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
/datum/job/bitrunner
|
|
title = JOB_BITRUNNER
|
|
description = "Surf the virtual domain for gear and loot, decrypt your rewards on station."
|
|
faction = FACTION_STATION
|
|
total_positions = 3
|
|
spawn_positions = 3
|
|
supervisors = SUPERVISOR_QM
|
|
exp_granted_type = EXP_TYPE_CREW
|
|
config_tag = "BITRUNNER"
|
|
outfit = /datum/outfit/job/bitrunner
|
|
plasmaman_outfit = /datum/outfit/plasmaman/bitrunner
|
|
paycheck = PAYCHECK_CREW
|
|
paycheck_department = ACCOUNT_CAR
|
|
display_order = JOB_DISPLAY_ORDER_BITRUNNER
|
|
bounty_types = CIV_JOB_BITRUN
|
|
departments_list = list(
|
|
/datum/job_department/cargo,
|
|
)
|
|
|
|
family_heirlooms = list(/obj/item/reagent_containers/cup/soda_cans/space_mountain_wind)
|
|
|
|
mail_goodies = list(
|
|
/obj/item/food/cornchips = 1,
|
|
/obj/item/reagent_containers/cup/soda_cans/space_mountain_wind = 1,
|
|
/obj/item/food/cornchips/green = 1,
|
|
/obj/item/food/cornchips/red = 1,
|
|
/obj/item/food/cornchips/purple = 1,
|
|
/obj/item/food/cornchips/blue = 1,
|
|
)
|
|
rpg_title = "Recluse"
|
|
job_flags = STATION_JOB_FLAGS
|
|
|
|
/datum/outfit/job/bitrunner
|
|
name = "Bitrunner"
|
|
jobtype = /datum/job/bitrunner
|
|
|
|
id_trim = /datum/id_trim/job/bitrunner
|
|
uniform = /obj/item/clothing/under/rank/cargo/bitrunner
|
|
belt = /obj/item/modular_computer/pda/bitrunner
|
|
ears = /obj/item/radio/headset/headset_cargo
|
|
|
|
/datum/job/bit_avatar
|
|
title = "Bit Avatar"
|