Skip to content

Commit

Permalink
Remove unused define
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Sep 22, 2023
1 parent 9ee53dc commit 7a2ae0b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/modules/antagonists/heretic/knowledge/flesh_lore.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
#define GHOUL_MAX_HEALTH 25
/// The max amount of health a voiceless dead has.
#define MUTE_MAX_HEALTH 50
/// The amount of bloodiness required to get the halved rune drawing time.
#define RUNE_BLOODINESS_THRESHOLD (BLOOD_AMOUNT_PER_DECAL * 1.5)

/**
* # The path of Flesh.
Expand Down Expand Up @@ -367,6 +365,5 @@
var/datum/heretic_knowledge/limited_amount/base_flesh/blade_ritual = heretic_datum.get_knowledge(/datum/heretic_knowledge/limited_amount/base_flesh)
blade_ritual.limit = 999

#undef RUNE_BLOODINESS_THRESHOLD
#undef GHOUL_MAX_HEALTH
#undef MUTE_MAX_HEALTH

0 comments on commit 7a2ae0b

Please sign in to comment.