From 6be69849ea27f6dbeb451762985fd646992e4089 Mon Sep 17 00:00:00 2001 From: Jacquerel Date: Wed, 7 Jan 2026 05:12:09 +0000 Subject: [PATCH] GIves Nightmares Light Drinker as well as Light Eater (#94760) ## About The Pull Request Nightmares (and those who eat the heart of a Nightmare) have a Light Eater permanently attached to their hand, but what if they get thirsty? This PR makes it so that Nightmares also are Light Drinkers. ## Why It's Good For The Game It just makes sense. ## Changelog :cl: balance: Nightmares are Light Drinkers in addition to being Light Eaters. /:cl: --- code/modules/antagonists/nightmare/nightmare_organs.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/antagonists/nightmare/nightmare_organs.dm b/code/modules/antagonists/nightmare/nightmare_organs.dm index 50881c61646..d3ab9cf1ac8 100644 --- a/code/modules/antagonists/nightmare/nightmare_organs.dm +++ b/code/modules/antagonists/nightmare/nightmare_organs.dm @@ -86,6 +86,8 @@ decay_factor = 0 // No love is to be found in a heart so twisted. food_reagents = list(/datum/reagent/consumable/nutriment/organ_tissue = 5) + // In case you want to drink light as well as eat it + organ_traits = list(TRAIT_LIGHT_DRINKER) /// How many life ticks in the dark the owner has been dead for. Used for nightmare respawns. var/respawn_progress = 0 /// The armblade granted to the host of this heart.