Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions code/__DEFINES/~darkpack/signals_kindred.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
#define COMSIG_MOB_VAMPIRE_SUCKED "mob_vampire_sucked"
///vampire suck resisted
#define COMPONENT_RESIST_VAMPIRE_KISS (1<<0)

///baali demons have touched the target, time to apply the effect from daimonion 4
#define COMSIG_BAALI_DEMON_REACHED_TARGET "baali_demon_reached_target"
7 changes: 7 additions & 0 deletions code/__DEFINES/~darkpack/status_effects_debuffs.dm
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@

#define STATUS_EFFECT_AWE /datum/status_effect/awe

/// daimonion 5 (condemnation) baali curses
#define STATUS_EFFECT_LYING_WEAKNESS /datum/status_effect/condemnation/lying_weakness
#define STATUS_EFFECT_PHYSICAL_WEAKNESS /datum/status_effect/condemnation/physical_weakness
#define STATUS_EFFECT_MENTAL_WEAKNESS /datum/status_effect/condemnation/mental_weakness
#define STATUS_EFFECT_OFFSPRING_WEAKNESS /datum/status_effect/condemnation/offspring_weakness
#define STATUS_EFFECT_SUCCESS_WEAKNESS /datum/status_effect/condemnation/success_weakness
186 changes: 0 additions & 186 deletions modular_darkpack/modules/powers/code/discipline/daimonion.dm

This file was deleted.

Loading