Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/modules/paperwork/filingcabinet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
for(var/datum/record/crew/record in GLOB.manifest.general)
var/obj/item/paper/med_record_paper = new /obj/item/paper(src)
var/med_record_text = "<CENTER><B>Medical Record</B></CENTER><BR>"
med_record_text += "Name: [record.name] Rank: [record.rank]<BR>\nGender: [record.gender]<BR>\nAge: [record.age]<BR>"
med_record_text += "Name: [record.name] <BR>\nGender: [record.gender]<BR>\nAge: [record.age]<BR>" //CRIMSON GRID EDIT | PR: Makes Medical Cabinet not spout masquerade breaking things | OG: med_record_text += "Name: [record.name] Rank: [record.rank]<BR>\nGender: [record.gender]<BR>\nAge: [record.age]<BR>"
var/list/note_texts = list()
for(var/datum/medical_note/note as anything in record.medical_notes)
note_texts += note.content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
mob_trait = TRAIT_ANIMAL_MUSK
icon = FA_ICON_SPRAY_CAN_SPARKLES // icon = FA_ICON_BUGS
allowed_splats = SPLAT_SHIFTERS
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
mob_trait = TRAIT_BANNED_TRANSFORMATION
icon = FA_ICON_PERSON
allowed_splats = SPLAT_SHIFTERS
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
mob_trait = TRAIT_BEACON_OF_THE_UNHOLY
icon = FA_ICON_LIGHTBULB
allowed_splats = list(SPLAT_KINDRED)
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
allowed_splats = list(SPLAT_KINDRED)
included_clans = list(VAMPIRE_CLAN_TREMERE)
failure_message = "The 'T' on your forehead appears to fade... oh no... NOT AGAIN!!!"

quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
icon = FA_ICON_PERSON_THROUGH_WINDOW
allowed_splats = list(SPLAT_KINDRED)
excluded_clans = list(VAMPIRE_CLAN_LASOMBRA)
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
allowed_splats = list(SPLAT_KINDRED)
icon = FA_ICON_TEETH
failure_message = "Your fangs feel sharp."

quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS

/datum/status_effect/dull_fangs // Applied when pliers are used on vampires without the dulled bite quirk.
id = "dulled_fangs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ However, you MUST constantly disguise your condition, and the glow impairs your
mob_trait = TRAIT_GLOWING_EYES
allowed_splats = list(SPLAT_KINDRED)
excluded_clans = list(VAMPIRE_CLAN_KIASYD)// They already have masq violating eyes!
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS

/*You have the stereotypical glowing eyes of vampire
legend, which gives you a -1 difficulty on Intimidation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
allowed_splats = list(SPLAT_KINDRED)
excluded_clans = list(VAMPIRE_CLAN_GIOVANNI)
mob_trait = TRAIT_PAINFUL_VAMPIRE_KISS
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
icon = FA_ICON_SKULL
failure_message = "The skin on your corpsely flesh returns to normal."
quirk_flags = QUIRK_CHANGES_APPEARANCE
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS

/datum/quirk/darkpack/horrific_appearance/add(client/client_source)
var/mob/living/carbon/human/human_holder = astype(quirk_holder)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
icon = FA_ICON_MAGIC_WAND_SPARKLES
allowed_splats = list(SPLAT_KINDRED)
included_clans = list(VAMPIRE_CLAN_TREMERE)
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS

/datum/quirk/darkpack/mage_blood/add(client/client_source)
var/datum/splat/vampire/kindred/kindred_splat = get_kindred_splat(quirk_holder)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
icon = FA_ICON_FACE_ANGRY
failure_message = "Your appearance softens, as though a great weight is lifted - you may bare your face again."
quirk_flags = QUIRK_CHANGES_APPEARANCE
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS

/datum/quirk/darkpack/monstrous/add(client/client_source)
var/mob/living/carbon/human/human_holder = astype(quirk_holder)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
excluded_clans = list(VAMPIRE_CLAN_NAGARAJA)
icon = FA_ICON_TEETH
failure_message = "You feel that you can once again feed normally."
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ At the beginning of each night, you rise from sleep heavily wounded."}
allowed_splats = list(SPLAT_KINDRED)
icon = FA_ICON_USER_INJURED
failure_message = span_notice("You can't feel the pain of your wound anymore.")
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS

/*You suffered injuries during your Embrace which your transformation somehow failed to repair.
At the beginning of each night,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
mob_trait = TRAIT_PIERCED_VEIL
icon = FA_ICON_MASKS_THEATER
allowed_splats = SPLAT_SHIFTERS
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ GLOBAL_LIST_INIT(prey_exclusion_choice, list(
failure_message = "You don't care about who you feed from anymore."
/// which type of prey the user selected
var/prey_exclusion
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS

/datum/quirk/darkpack/prey_exclusion/add(client/client_source)
prey_exclusion = GLOB.prey_exclusion_choice[client_source?.prefs.read_preference(/datum/preference/choiced/prey_exclusion)] || /mob/living/carbon/human/npc/hobo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Mortals in your immediate presence become uncomfortable, so the difficulties of
allowed_splats = list(SPLAT_KINDRED)
icon = FA_ICON_SPRAY_CAN
failure_message = span_notice("You feel like you smell a lot better.")
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ GLOBAL_LIST_INIT(territorial_type_choices, init_territorial_type_choices())
icon = FA_ICON_MAP_LOCATION_DOT
failure_message = "Who cares where anyone feeds, anyways?"
var/territory
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS

/datum/quirk_constant_data/territorial
associated_typepath = /datum/quirk/darkpack/territorial
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
icon = FA_ICON_BAN
allowed_splats = list(SPLAT_KINDRED)
included_clans = list(VAMPIRE_CLAN_TREMERE)
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS

/datum/quirk/darkpack/thaumaturgically_inept/add(client/client_source)
var/datum/splat/vampire/kindred/kindred_splat = get_kindred_splat(quirk_holder)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
lose_text = span_notice("Your teeth seemingly retract, leaving your voice louder than it was before.")
allowed_splats = list(SPLAT_KINDRED)
included_clans = list(VAMPIRE_CLAN_NAGARAJA)
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
icon = FA_ICON_EYE
failure_message = "Your blood resists the urge to open the third eye."
quirk_flags = QUIRK_CHANGES_APPEARANCE
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS

/datum/quirk/darkpack/permanent_third_eye/add_to_holder(mob/living/new_holder, quirk_transfer, client/client_source, unique, announce)
. = ..()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/datum/quirk/darkpack/thirst_of_ages
name = "Methuselah's Thirst"
desc = "Some particularly old vampires find themselves unable to subsist off of mortal blood. You are only capable of feeding off of supernaturals."
ttrpg_sources = list(/datum/source_book/gt_tmr = 177)
ttrpg_sources = list(/datum/source_book/gt_tmr = 177)
value = -7
mob_trait = TRAIT_THIRST_OF_AGES
allowed_splats = list(SPLAT_KINDRED)
excluded_clans = list(VAMPIRE_CLAN_NAGARAJA) //Eating organs for vitae would bypass this downside.
icon = FA_ICON_TEETH
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS

Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
icon = FA_ICON_HEART_CRACK
allowed_splats = list(SPLAT_KINDRED)
included_clans = list(VAMPIRE_CLAN_BRUJAH)
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
icon = FA_ICON_DIZZY
failure_message = "I might be a vampire."
var/datum/storyteller_roll/victim_of_the_masquerade/victim_of_the_masquerade_roll
quirk_flags = QUIRK_HIDE_FROM_SCAN //CRIMSON GRID EDIT ADD | PR: MAKE MEDICAL RECORDS NOT MASQ BREACHY | CHANGE: ADDED THIS TO PREVENT IT FROM BEING SEEN IN COMS

/datum/storyteller_roll/victim_of_the_masquerade
bumper_text = "victim of the masquerade"
Expand Down
2 changes: 1 addition & 1 deletion modular_darkpack/modules/vitae/code/vitae_blood_type.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/datum/blood_type/kindred
name = "V+"
name = "AB+" //CRIMSON GRID EDIT | PR: Make Medical Stuff not masq break you | OG: name = "V+"
dna_string = "Vampiric DNA"
reagent_type = /datum/reagent/blood/vitae
compatible_types = list(
Expand Down
Loading