Skip to content

Commit

Permalink
correct name in signals
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoonij authored Nov 15, 2024
1 parent cfb6d4a commit 536c2fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/__DEFINES/dcs/signals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -623,9 +623,9 @@
#define COMPONENT_PREVENT_BLOODLOSS (1<<0)
/// Source: /mob/living/adjustBloodLoss(amount)
#define COMSIG_LIVING_BLOOD_ADJUSTED "living_blood_adjusted"
/// Source: /mob/living/setBloodLoss(amount)
/// Source: /mob/living/setBlood(amount)
#define COMSIG_LIVING_EARLY_SET_BLOOD "living_early_set_blood"
/// Source: /mob/living/setBloodLoss(amount)
/// Source: /mob/living/setBlood(amount)
#define COMSIG_LIVING_SET_BLOOD "living_set_blood"

/// From /mob/add_language() (language_name)
Expand Down

0 comments on commit 536c2fc

Please sign in to comment.