X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fbase.qh;h=974e1a4c5764ab3268dcf2612e4eacd017f85456;hp=b254dfe846eaa1ed6fc2d6cb5c3ac8729c0c661c;hb=2c022461b9a9a44b84dbf8fd1b8b3063b5160141;hpb=76ab057393d10df6fc379a9f8cc67b31b7a54e4c diff --git a/qcsrc/server/mutators/base.qh b/qcsrc/server/mutators/base.qh index b254dfe846..974e1a4c57 100644 --- a/qcsrc/server/mutators/base.qh +++ b/qcsrc/server/mutators/base.qh @@ -139,3 +139,9 @@ MUTATOR_HOOKABLE(PlayerDamage_Calculate); // INPUT, OUTPUT: float frag_damage; vector frag_force; + +MUTATOR_HOOKABLE(PlayerPowerups); + // called at the end of player_powerups() in cl_client.qc, used for manipulating the values which are set by powerup items. + // INPUT + entity self; + float olditems; // also technically output, but since it is at the end of the function it's useless for that :P \ No newline at end of file