Chemical engineer alt-title (#18829)

* job requirement stuff

* job hud icon

* small fixes

* no change plz
This commit is contained in:
Will
2025-11-27 21:27:53 -05:00
committed by GitHub
parent 89fd09056b
commit 009193bb69
6 changed files with 40 additions and 3 deletions
@@ -157,6 +157,11 @@
initial_sprite_stack = list("base-stamp-silver", "top-orange", "stamp-n", "pips-gold")
rank = JOB_CHIEF_ENGINEER
/obj/item/card/id/engineering/chemical
name = JOB_ALT_CHEMENGINEER + "'s ID"
initial_sprite_stack = list("base-stamp", "top-orange", "stamp-n", "pips-medblu", "stripe-white")
rank = JOB_ENGINEER
//Science
/obj/item/card/id/science
@@ -84,7 +84,9 @@
/obj/item/integrated_electronics/debugger,
/obj/item/shovel/spade,
/obj/item/stack/nanopaste,
/obj/item/geiger
/obj/item/geiger,
/obj/item/reagent_scanner,
/obj/item/lightpainter
)
/obj/item/storage/belt/utility/full
@@ -108,6 +110,16 @@
/obj/item/multitool
)
/obj/item/storage/belt/utility/chemtech
starts_with = list(
/obj/item/tool/screwdriver,
/obj/item/tool/wrench,
/obj/item/weldingtool,
/obj/item/tool/crowbar,
/obj/item/tool/wirecutters,
/obj/item/reagent_scanner
)
/obj/item/storage/belt/utility/atmostech
starts_with = list(
/obj/item/tool/screwdriver,
@@ -218,7 +230,9 @@
/obj/item/stack/material/glass,
/obj/item/lightreplacer,
/obj/item/pickaxe/plasmacutter,
/obj/item/holosign_creator/combifan
/obj/item/holosign_creator/combifan,
/obj/item/reagent_scanner,
/obj/item/lightpainter
)