mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Chemical engineer alt-title (#18829)
* job requirement stuff * job hud icon * small fixes * no change plz
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user