Macro for picking random entry from array
This commit is contained in:
@@ -849,7 +849,7 @@ u_init(void)
|
||||
if (Role_if(PM_CLERIC) || Role_if(PM_WIZARD)) {
|
||||
static int trotyp[] = { WOODEN_FLUTE, TOOLED_HORN, WOODEN_HARP,
|
||||
BELL, BUGLE, LEATHER_DRUM };
|
||||
Instrument[0].trotyp = trotyp[rn2(SIZE(trotyp))];
|
||||
Instrument[0].trotyp = ROLL_FROM(trotyp);
|
||||
ini_inv(Instrument);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user