mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
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 🆑 balance: Nightmares are Light Drinkers in addition to being Light Eaters. /🆑
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user