From: Spike29 Date: Sun, 23 Feb 2025 14:12:36 +0000 (+0100) Subject: entities.ent: fixed some NOSPLASH spawnflag descriptions incorrectly referring to... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c73aaba17bf83d6b18df691e1c9480fdea4b4452;p=xonotic%2Fxonotic-maps.pk3dir.git entities.ent: fixed some NOSPLASH spawnflag descriptions incorrectly referring to doors --- diff --git a/scripts/entities.ent b/scripts/entities.ent index 7fc9ad4b..b2ae9c61 100644 --- a/scripts/entities.ent +++ b/scripts/entities.ent @@ -77,7 +77,7 @@ This is a brush model which can be damaged. Once triggered it's active and will how much debris is affected by damage force (e.g. explosions) skin number of debris -------- SPAWNFLAGS -------- -if set, splash damage cannot activate the door, only direct damage can (requires health to be set) +if set, splash damage has no effect, only direct damage has (requires health to be set) @@ -131,7 +131,7 @@ When a button is touched by a player, it moves in the direction set by the " (default 0) if set to any non-zero value, the button must take damage (any amount) to activate. Noise that is played when the button is activated -------- SPAWNFLAGS -------- -if set, splash damage cannot activate the door, only direct damage can (requires health to be set) +if set, splash damage cannot activate the button, only direct damage can (requires health to be set) if set, all the damage needs to be done in one hit (requires health to be set) @@ -1420,7 +1420,7 @@ Variable sized repeatable trigger. Must be targeted at one or more entities. I the trigger can only be triggered by other entities, not by touching or firing (you should probably use trigger_relay or trigger_delay instead) the trigger responds to all entities, not just players (useful for targeting trigger_items) the team that owns the trigger will NOT trigger when touching this -if set, splash damage cannot activate the door, only direct damage can (requires health to be set) +if set, splash damage cannot activate the trigger, only direct damage can (requires health to be set) @@ -1438,7 +1438,7 @@ Basically, it's a use-once trigger_multiple. remove all entities with this targetname when triggered -------- SPAWNFLAGS -------- the trigger can only be triggered by other entities, not by touching or firing (you should probably use trigger_relay or trigger_delay instead) -if set, splash damage cannot activate the door, only direct damage can (requires health to be set) +if set, splash damage cannot activate the trigger, only direct damage can (requires health to be set)