Home
last modified time | relevance | path

Searched refs:gold_spent_id_repair (Results 1 – 3 of 3) sorted by relevance

/dports/games/nlarn/nlarn-NLarn-0.7.6/inc/
H A Dplayer.h60 guint gold_spent_id_repair; member
/dports/games/nlarn/nlarn-NLarn-0.7.6/src/
H A Dbuildings.c1493 p->stats.gold_spent_id_repair += price; in building_item_identify()
1554 p->stats.gold_spent_id_repair += price; in building_item_repair()
H A Dplayer.c525 cJSON_AddNumberToObject(obj, "gold_spent_id_repair", p->stats.gold_spent_id_repair); in player_serialize()
737 p->stats.gold_spent_id_repair = cJSON_GetObjectItem(obj, "gold_spent_id_repair")->valueint; in player_deserialize()
5028 p->stats.gold_spent_id_repair, in player_create_obituary()