From e39bc05ecbf4a1b5b9a676251a5cf68584bd139c Mon Sep 17 00:00:00 2001 From: Blixibon Date: Tue, 17 Dec 2019 16:51:24 -0600 Subject: [PATCH] Clarified bit about damage types in filter_damage_mod --- base.fgd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base.fgd b/base.fgd index abef0e2..b2823af 100644 --- a/base.fgd +++ b/base.fgd @@ -6630,8 +6630,8 @@ [ SetDamageMultiplier(float) : "Damage Multiplier" : "1.0" : "Multiplies the damage by this scale." SetDamageAddend(float) : "Damage Addend" : "0" : "Adds to or subtracts the damage by this number. This is done after the damage is multiplied by the damage scale." - SetDamageBitsAdded(integer) : "Damage Bits Added" : 0 : "Adds bits to the damage type. See the damage types in an entity like trigger_hurt to get their bit IDs." - SetDamageBitsRemoved(integer) : "Damage Bits Removed" : 0 : "Removes bits from the damage type. See the damage types in an entity like trigger_hurt to get their bit IDs." + SetDamageBitsAdded(integer) : "Damage Bits Added" : 0 : "Adds bits to the damage type. See a damage type keyvalue in an entity like filter_damage_type to get their bit representation." + SetDamageBitsRemoved(integer) : "Damage Bits Removed" : 0 : "Removes bits from the damage type. See a damage type keyvalue in an entity like filter_damage_type to get their bit representation." NewAttacker(string) : "New Attacker" : : "If specified, the damage will be credited to this entity instead of the original attacker." NewInflictor(string) : "New Inflictor" : : "If specified, the damage's inflictor will be changed to this entity instead of the original inflictor."