mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
108 lines
3.4 KiB
Plaintext
108 lines
3.4 KiB
Plaintext
// Here are the paths for all hypos that start unidentified.
|
|
// Usually you want to use a random spawner instead of using them directly, unless you're spawning these live for adminbus purposes.
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector
|
|
identity_type = /datum/identification/hypo
|
|
|
|
// The good.
|
|
/obj/item/reagent_containers/hypospray/autoinjector/bonemed/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/clonemed/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/brute/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/burn/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/toxin/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/oxy/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/purity/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/pain/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/organ/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/clotting/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/combat/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/healing_nanites/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
// The somewhat bad.
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/stimm/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/bliss/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/expired/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/serotrotium/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/cryptobiolin/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/mindbreaker/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/psilocybin/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/soporific/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
// The very bad.
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/cyanide/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/impedrezene/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/mutagen/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/defective_nanites/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0
|
|
|
|
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/contaminated/unidentified
|
|
init_hide_identity = TRUE
|
|
flags = 0 |