Tech Support bug fixes; gives Tech Support a debugger instead of a laptop (#19083)

title

Given that Tech Support can vend infinite free laptops, I figured a tool
like the debugger would be more useful for them than another computer.
This commit is contained in:
feartheblackout
2024-05-06 11:54:32 +00:00
committed by GitHub
parent 1ef10104c2
commit 1e61e5a8eb
4 changed files with 69 additions and 9 deletions
+3 -3
View File
@@ -196,11 +196,11 @@
name = "Tech Support - Idris"
jobtype = /datum/job/librarian
l_pocket = /obj/item/modular_computer/handheld/preset
l_pocket = /obj/item/modular_computer/handheld/preset/generic
r_pocket = /obj/item/card/tech_support
r_hand = /obj/item/storage/bag/circuits/basic
l_hand = /obj/item/modular_computer/laptop/preset
gloves = /obj/item/modular_computer/handheld/wristbound/preset/advanced/civilian
l_hand = /obj/item/device/debugger
wrist = /obj/item/modular_computer/handheld/wristbound/preset/advanced/civilian
/obj/outfit/job/chaplain/idris
name = "Chaplain - Idris"
+3 -3
View File
@@ -173,11 +173,11 @@
name = "Tech Support - Orion Express"
jobtype = /datum/job/librarian
l_pocket = /obj/item/modular_computer/handheld/preset
l_pocket = /obj/item/modular_computer/handheld/preset/generic
r_pocket = /obj/item/card/tech_support
r_hand = /obj/item/storage/bag/circuits/basic
l_hand = /obj/item/modular_computer/laptop/preset
gloves = /obj/item/modular_computer/handheld/wristbound/preset/advanced/civilian
l_hand = /obj/item/device/debugger
wrist = /obj/item/modular_computer/handheld/wristbound/preset/advanced/civilian
/obj/outfit/job/journalist/orion
name = "Corporate Reporter - Orion Express"
+3 -3
View File
@@ -246,11 +246,11 @@
jobtype = /datum/job/librarian
uniform = /obj/item/clothing/under/suit_jacket/charcoal
l_pocket = /obj/item/modular_computer/handheld/preset
l_pocket = /obj/item/modular_computer/handheld/preset/generic
r_pocket = /obj/item/card/tech_support
r_hand = /obj/item/storage/bag/circuits/basic
l_hand = /obj/item/modular_computer/laptop/preset
gloves = /obj/item/modular_computer/handheld/wristbound/preset/advanced/civilian
l_hand = /obj/item/device/debugger
wrist = /obj/item/modular_computer/handheld/wristbound/preset/advanced/civilian
/obj/outfit/job/librarian/tech_support/equip(mob/living/carbon/human/H, visualsOnly = FALSE)
if(visualsOnly)
@@ -0,0 +1,60 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# - (fixes bugs)
# wip
# - (work in progress)
# qol
# - (quality of life)
# soundadd
# - (adds a sound)
# sounddel
# - (removes a sound)
# rscadd
# - (adds a feature)
# rscdel
# - (removes a feature)
# imageadd
# - (adds an image or sprite)
# imagedel
# - (removes an image or sprite)
# spellcheck
# - (fixes spelling or grammar)
# experiment
# - (experimental change)
# balance
# - (balance changes)
# code_imp
# - (misc internal code change)
# refactor
# - (refactors code)
# config
# - (makes a change to the config files)
# admin
# - (makes changes to administrator tools)
# server
# - (miscellaneous changes to server)
#################################
# Your name.
author: SimpleMaroon
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit.
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
changes:
- qol: "The Tech Support job now spawns with a debugger instead of a laptop."
- bugfix: "The Tech Support job's tablet computer can now be enrolled properly."
- bugfix: "The Tech Support job's wristbound computer now spawns on their wrist properly."