forked from interstellar_development/freeftf
new work towards M8
This commit is contained in:
parent
5cd0c24223
commit
bb7fd5cb3b
13 changed files with 194 additions and 75 deletions
|
|
@ -23,7 +23,7 @@ func _on_computer_tick_timeout():
|
|||
if Game.is_server:
|
||||
current += pc_occupied
|
||||
for id in Game.player_list:
|
||||
Client.rpc_id(id,"sync_computers",name, current)
|
||||
Client.rpc_id(id,"sync_computers",get_path(), current)
|
||||
if current >= TARGET:
|
||||
current = "Complete"
|
||||
$computer_tick.stop()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue