From db8bd9186d61a26ae3220bc1ba05a1d596cb671a Mon Sep 17 00:00:00 2001 From: MotoLegacy Date: Sun, 24 Nov 2024 18:24:47 -0800 Subject: [PATCH] Add note about failed Perk_RandomDecide attempts --- markdown/mapping/random-perks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/markdown/mapping/random-perks.md b/markdown/mapping/random-perks.md index 3d18c34..eb46880 100644 --- a/markdown/mapping/random-perks.md +++ b/markdown/mapping/random-perks.md @@ -28,6 +28,8 @@ Control over `perk_random` is done entirely via its `spawnflags`. Each `spawnfla If no `spawnflags` are selected, the Entity will [`objerror`](https://web.archive.org/web/20240212193953/https://quakewiki.org/wiki/objerror). +There will be 64 attempts total to spawn a Perk-A-Cola given the specified `spawnflags`. An [`objerror`](https://web.archive.org/web/20240212193953/https://quakewiki.org/wiki/objerror) will be thrown reporting total failure if it can not accomplish this. + ### Using Extended Perk-A-Cola Abilities ![If Deadshot Daiquiri is selected by `perk_random`, the existing Machine will teleport from behind the wall in the desired location.](../res/images/perk_random_repositioning.webp)