diff --git a/code/datums/character_flaw/_character_flaw.dm b/code/datums/character_flaw/_character_flaw.dm index 98fdc8060..7aa50813f 100644 --- a/code/datums/character_flaw/_character_flaw.dm +++ b/code/datums/character_flaw/_character_flaw.dm @@ -480,7 +480,7 @@ GLOBAL_LIST_INIT(character_flaws, list( for(var/atom/movable/content in movable.contents) mammons += get_mammons_in_atom(content) return mammons - +/*** /datum/charflaw/vampire name = "Cursed Blood (Vampire)" desc = "You were gifted or cursed by Zizo, A lone vampire forced to roam the lands and drink blood to survive, albeit 'immortal'. Whether you are Ancient or a new vampire, you are no lord nor spawn, and you do not have any reason to antagonize the mortals beyond occasionally finding blood to keep you going. (This doesn't give you the rights to be a antag.)" @@ -491,3 +491,4 @@ GLOBAL_LIST_INIT(character_flaws, list( var/mob/living/carbon/human/H = user var/datum/antagonist/vampirelord/lesser/secret/new_vamp = new () H.mind.add_antag_datum(new_vamp) +***/