1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-11-27 22:38:18 +02:00

rpg and mtn v3 changes

This commit is contained in:
Gerkiz
2021-02-25 23:59:33 +01:00
parent 96638298e3
commit a01e0435f3
16 changed files with 423 additions and 187 deletions

View File

@@ -535,6 +535,7 @@ function Public.rpg_reset_player(player, one_time_reset)
dropdown_select_index3 = 1,
allocate_index = 1,
flame_boots = false,
explosive_bullets = false,
enable_entity_spawn = false,
health_bar = rpg_t[player.index].health_bar,
mana_bar = rpg_t[player.index].mana_bar,
@@ -570,6 +571,7 @@ function Public.rpg_reset_player(player, one_time_reset)
dropdown_select_index3 = 1,
allocate_index = 1,
flame_boots = false,
explosive_bullets = false,
enable_entity_spawn = false,
points_to_distribute = 0,
last_floaty_text = visuals_delay,