]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/base.qh
Add a new model for tarbaby
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / base.qh
index b9203d844295ddf0a14bfeb4daf08e8b94d66d30..d9b57080eaed5095c3f010773294bbae9114200a 100644 (file)
@@ -161,6 +161,7 @@ MUTATOR_HOOKABLE(MonsterDropItem);
        
 MUTATOR_HOOKABLE(MonsterMove);
        // called when a monster moves
+       // returning TRUE makes the monster stop
        // INPUT:
                float monster_speed_run;
                float monster_speed_walk;
@@ -184,7 +185,7 @@ MUTATOR_HOOKABLE(PlayerDamage_SplitHealthArmor);
                float damage_save;
                
 MUTATOR_HOOKABLE(PlayerDamage_Calculate);
-       // called to adjust damage and force values which are applied to the player, used for e.g. strength damage/force multiplier or runematch runes
+       // called to adjust damage and force values which are applied to the player, used for e.g. strength damage/force multiplier
        // i'm not sure if I should change this around slightly (Naming of the entities, and also how they're done in g_damage).
        // INPUT:
                entity frag_attacker;