Skip to content

Commit

Permalink
Removes the Vampire Flaw
Browse files Browse the repository at this point in the history
As it turns out vampire flaw does, in fact, give bonus stats. Commenting this shit out until it's fixed and the staff decide we want it back.
  • Loading branch information
Lhars committed Nov 27, 2024
1 parent 12d5ca4 commit 44ca168
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/datums/character_flaw/_character_flaw.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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.)"
Expand All @@ -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)
***/

0 comments on commit 44ca168

Please sign in to comment.