From c82a5ff1130ca98f66158c60f93748c97fd2aafc Mon Sep 17 00:00:00 2001 From: bit6tream Date: Fri, 12 Jan 2024 10:22:41 +0300 Subject: [PATCH] Don't assign any perk inside initPlayer --- src/stribun.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stribun.c b/src/stribun.c index a7a317d..780ec33 100644 --- a/src/stribun.c +++ b/src/stribun.c @@ -3567,7 +3567,6 @@ void initPlayer(void) { .isInvincible = false, .health = MAX_PLAYER_HEALTH, .bulletSpread = 1, - .perks = PERK_MORE_BULLETS, }; }