Update perks.c

This commit is contained in:
komiko44240BB
2024-09-22 07:38:00 +02:00
parent e8f8ce1718
commit 344b253ee9

View File

@@ -13,5 +13,8 @@ struct Perk* createPerk(char* first_boost_type,char* second_boost_type, int firs
}
void addPerks(struct Object* o) {
if(o == NULL){
return;
}
}